mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 03:36:21 +00:00
feat: add code coverage with branch coverage
- Add --enable-coverage configure option - Add lcov targets for generating coverage reports - Enable branch coverage (--rc branch_coverage=1) - Install lcov in all Docker images - Coverage report displayed via lcov --summary (no Codecov - doesn't work with Gitea)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -107,3 +107,4 @@ breaks
|
||||
*.tar.*
|
||||
*.zip
|
||||
*.log*
|
||||
coverage/
|
||||
|
||||
Reference in New Issue
Block a user