We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6bfb5 commit 5bb873fCopy full SHA for 5bb873f
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: test
23
run: ./test/run_all_tests.sh
24
- name: run lcov
25
- run: lcov --capture --directory . --output-file lcov.info
+ run: lcov --capture --directory . --output-file lcov-all.info && lcov --remove lcov-all.info "*test*" "*mock*" -o lcov.info
26
- name: Coveralls
27
uses: coverallsapp/github-action@master
28
with:
0 commit comments