We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b5ffb commit 755319aCopy full SHA for 755319a
.github/workflows/cmake-single-platform.yml
@@ -41,5 +41,5 @@ jobs:
41
run: ./vtkdiff --help
42
- name: Coverage
43
working-directory: ${{github.workspace}}/build
44
- run: pipx run gcovr -r ${{github.workspace}}
+ run: pipx run gcovr -r ${{github.workspace}} --exclude ${{github.workspace}}/build/_deps
45
0 commit comments