From 59101ee391db6ff1acbcf384c4ab7d8e84e4c75d Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 13 Apr 2020 17:53:33 +0200 Subject: [PATCH] add badge --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 210d1f0..da90934 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -[![Actions Status](https://github.com/TheLartians/Greeter/workflows/MacOS/badge.svg)](https://github.com/TheLartians/Greeter/actions) -[![Actions Status](https://github.com/TheLartians/Greeter/workflows/Windows/badge.svg)](https://github.com/TheLartians/Greeter/actions) -[![Actions Status](https://github.com/TheLartians/Greeter/workflows/Ubuntu/badge.svg)](https://github.com/TheLartians/Greeter/actions) -[![Actions Status](https://github.com/TheLartians/Greeter/workflows/Style/badge.svg)](https://github.com/TheLartians/Greeter/actions) -[![Actions Status](https://github.com/TheLartians/Greeter/workflows/Install/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/ModernCPPStarter +/workflows/MacOS/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/ModernCPPStarter +/workflows/Windows/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/ModernCPPStarter +/workflows/Ubuntu/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/ModernCPPStarter +/workflows/Style/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![Actions Status](https://github.com/TheLartians/ModernCPPStarter +/workflows/Install/badge.svg)](https://github.com/TheLartians/Greeter/actions) +[![codecov](https://codecov.io/gh/TheLartians/ModernCPPStarter/branch/master/graph/badge.svg)](https://codecov.io/gh/TheLartians/ModernCPPStarter) # ModernCPPStarter @@ -17,6 +23,7 @@ This template is a collection from learnings of previous projects and should all - Suited for single header libraries and larger projects - Integrated test suite - Continuous integration via GitHub Workflows +- Code coverage via codecov - Code formatting enforced via [clang-format](https://clang.llvm.org/docs/ClangFormat.html) / [Format.cmake](https://github.com/TheLartians/Format.cmake) - Reproducible dependency management via [CPM.cmake](https://github.com/TheLartians/CPM.cmake) @@ -75,5 +82,4 @@ See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options ## Coming soon -- Code coverage - Script to automatically update project-specific settings