We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e64ea commit 8e9874aCopy full SHA for 8e9874a
.github/workflows/coverage.yml
@@ -67,7 +67,7 @@ jobs:
67
. ./activate
68
LLVM_PROFILE_FILE="pytest.profraw" pytest clvm/tests
69
LLVM_PROFILE_FILE="unittest.profraw" RUSTFLAGS="-Zinstrument-coverage" cargo test --no-default-features
70
- grcov . -s . --binary-path ./venv/lib/python3.9/site-packages/ -t lcov --branch --ignore-not-existing -o lcov.info
+ grcov . -s . --binary-path ./venv/lib/python3.9/site-packages/ -t lcov --branch --ignore-not-existing -o lcov.info --keep-only src
71
72
- name: Coveralls
73
uses: coverallsapp/github-action@master
0 commit comments