mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 13:41:13 +02:00
add badge
This commit is contained in:
parent
47b2c947e5
commit
59101ee391
1 changed files with 12 additions and 6 deletions
18
README.md
18
README.md
|
@ -1,8 +1,14 @@
|
|||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](https://github.com/TheLartians/Greeter/actions)
|
||||
[](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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue