Skip to content

Commit

Permalink
ci(coverage): add gcovr exclusions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored May 8, 2024
1 parent 3e79da9 commit 8c69e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
${{ steps.python-path.outputs.python-path }} -m gcovr -r .. \
--exclude '.*tests/.*' \
--exclude '.*third-party/.*' \
--exclude-noncode-lines \
--exclude-throw-branches \
--exclude-unreachable-branches \
--xml-pretty \
-o coverage.xml
Expand Down

0 comments on commit 8c69e42

Please sign in to comment.