We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3006b commit 5d11f91Copy full SHA for 5d11f91
1 file changed
.github/workflows/ci.yml
@@ -175,7 +175,7 @@ jobs:
175
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
176
run: |
177
ctest -C ${{matrix.build_type}}
178
- gcovr -j ${{env.nproc}} --root ../ --print-summary --xml-pretty --xml coverage.xml --gcov-executable '${{ matrix.gcov_executable }}'
+ gcovr -j ${{env.nproc}} --root ../ --print-summary --xml-pretty --xml coverage.xml . --gcov-executable '${{ matrix.gcov_executable }}'
179
180
- name: Windows - Test and coverage
181
if: runner.os == 'Windows'
0 commit comments