Skip to content

Commit

Permalink
chore: exclude MIMICPP_ASSERT from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Mar 4, 2025
1 parent 28b0ab7 commit 95fd84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
git config --global --add safe.directory ${GITHUB_WORKSPACE}
gcovr -j4 -v \
--filter "include/mimic++" \
--exclude-lines-by-pattern "(\s*assert\(|\s*unreachable\(\);)" \
--exclude-lines-by-pattern "\s*(MIMICPP_ASSERT|assert|unreachable)\(" \
--exclude-unreachable-branches \
--exclude-function-lines \
--exclude-noncode-lines \
Expand Down

0 comments on commit 95fd84e

Please sign in to comment.