Skip to content

Commit 5bb873f

Browse files
committed
remove test sources from coverage
1 parent 2b6bfb5 commit 5bb873f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: test
2323
run: ./test/run_all_tests.sh
2424
- name: run lcov
25-
run: lcov --capture --directory . --output-file lcov.info
25+
run: lcov --capture --directory . --output-file lcov-all.info && lcov --remove lcov-all.info "*test*" "*mock*" -o lcov.info
2626
- name: Coveralls
2727
uses: coverallsapp/github-action@master
2828
with:

0 commit comments

Comments
 (0)