Skip to content

Commit 5d11f91

Browse files
committed
Re-add explicit . for gcov folder
1 parent 5f3006b commit 5d11f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
176176
run: |
177177
ctest -C ${{matrix.build_type}}
178-
gcovr -j ${{env.nproc}} --root ../ --print-summary --xml-pretty --xml coverage.xml --gcov-executable '${{ matrix.gcov_executable }}'
178+
gcovr -j ${{env.nproc}} --root ../ --print-summary --xml-pretty --xml coverage.xml . --gcov-executable '${{ matrix.gcov_executable }}'
179179
180180
- name: Windows - Test and coverage
181181
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)