Skip to content

Commit

Permalink
[ci] Exclude cpm _deps folder for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jun 10, 2024
1 parent 84ac72c commit 2b307e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
run: ./vtkdiff --help
- name: Coverage
working-directory: ${{github.workspace}}/build
run: pipx run gcovr -r ${{github.workspace}}
run: pipx run gcovr -r ${{github.workspace}} --exclude ${{github.workspace}}/build/_deps

0 comments on commit 2b307e5

Please sign in to comment.