Skip to content

Commit 1f16eae

Browse files
ci(coverage): add gcovr exclusions
1 parent 3e79da9 commit 1f16eae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ jobs:
161161
${{ steps.python-path.outputs.python-path }} -m gcovr -r .. \
162162
--exclude '.*tests/.*' \
163163
--exclude '.*third-party/.*' \
164+
--exclude-noncode-lines \
165+
--exclude-throw-branches \
166+
--exclude-unreachable-branches \
164167
--xml-pretty \
165168
-o coverage.xml
166169

0 commit comments

Comments
 (0)