Skip to content

Commit

Permalink
[ci] Include vtkdiff.cpp only 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 8ee3d26
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}} --filter vtkdiff.cpp

0 comments on commit 8ee3d26

Please sign in to comment.