Skip to content

Commit a7ac1d3

Browse files
committed
Revert changes for Coverage step
1 parent cb2b463 commit a7ac1d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Coverage
5757
working-directory: ${{github.workspace}}/build
5858
shell: bash
59-
run: cmake --build . --target coverage_xml -- VERBOSE=1 GCOVR_ADDITIONAL_ARGS="--gcov-ignore-errors=no_working_dir_found"
59+
run: cmake --build . --target coverage_xml
6060

6161
- name: Upload test logs
6262
if: ${{ always() }}

0 commit comments

Comments
 (0)