Skip to content

Commit

Permalink
[INFRA] gcovr: Use --exclude-noncode-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Jul 26, 2023
1 parent 3fd5682 commit 85c9d8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
--exclude-lines-by-pattern '^\s*};$' \
--exclude-unreachable-branches \
--exclude-throw-branches \
--exclude-noncode-lines \
-j 2 \
--xml \
--output ${{ github.workspace }}/build/coverage_report.xml
Expand Down

0 comments on commit 85c9d8b

Please sign in to comment.