Skip to content

Commit 5f8fa30

Browse files
committed
Fix coverage.yml
1 parent 6dfda2b commit 5f8fa30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
- name: Convert to json for coveralls
7272
if: always()
7373
run: >
74-
gcovr --coveralls coveralls.json
75-
--root .
76-
--object-directory build
77-
--exclude deps
74+
gcovr --coveralls coveralls.json \
75+
--root . \
76+
--object-directory build \
77+
--exclude deps \
78+
--gcov-ignore-errors=no_working_dir_found,unrecognized

0 commit comments

Comments
 (0)