Skip to content

Commit 755319a

Browse files
bilkeendJunction
authored andcommitted
[ci] Exclude cpm _deps folder for coverage.
1 parent 53b5ffb commit 755319a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ jobs:
4141
run: ./vtkdiff --help
4242
- name: Coverage
4343
working-directory: ${{github.workspace}}/build
44-
run: pipx run gcovr -r ${{github.workspace}}
44+
run: pipx run gcovr -r ${{github.workspace}} --exclude ${{github.workspace}}/build/_deps
4545

0 commit comments

Comments
 (0)