Skip to content

Commit

Permalink
Exclude the test directory from the coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancho committed Sep 20, 2022
1 parent 113ae89 commit d2429cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
with:
verbose: true
gcov: true
gcov_include: ${{github.workspace}}/src/*.cpp ${{github.workspace}}/include/*.h
gcov_ignore: ${{github.workspace}}/test

0 comments on commit d2429cc

Please sign in to comment.