Skip to content

Commit

Permalink
Add coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 25, 2024
1 parent 507616e commit 21e2679
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions grcov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
branch: true
ignore-not-existing: true
llvm: true
filter: covered
output-type: lcov
output-path: ./lcov.info
ignore:
- "/*"
- "tests/*"
- "C:/*"
- "../*"

0 comments on commit 21e2679

Please sign in to comment.