Skip to content

Commit

Permalink
[INFRA] Adapt coverage exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 17, 2023
1 parent 31f5756 commit 3fcd42c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ jobs:
${{ github.workspace }}/build \
--filter ${{ github.workspace }}/include \
--filter ${{ github.workspace }}/src \
--exclude ${{ github.workspace }}/src/measure_hyperloglog.cpp \
--exclude ${{ github.workspace }}/src/display_layout \
--exclude ${{ github.workspace }}/src/util \
--exclude-lines-by-pattern '^\s*$' \
--exclude-lines-by-pattern '^\s*};$' \
--exclude-lines-by-pattern '^.*GCOVR_EXCL_LINE.*$' \
Expand Down

0 comments on commit 3fcd42c

Please sign in to comment.