Skip to content

Commit 53351b1

Browse files
temp
1 parent 44a2e75 commit 53351b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Make coverage directory
3434
run: mkdir coverage
3535
- name: Run grcov
36-
run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --keep-only '**/src/**' --ignore '**/tests/**' --ignore '**/examples/**' -o ./coverage/lcov.info
36+
run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --keep-only 'src/**' --ignore 'tests/**' --ignore 'examples/**' -o ./coverage/lcov.info
3737
- name: Generate HTML coverage report
3838
run: genhtml -o coverage-report.html --ignore-errors unmapped ./coverage/lcov.info
3939
- name: Coveralls upload

0 commit comments

Comments
 (0)