Skip to content

Commit 8e9874a

Browse files
committed
only include our sources
1 parent 45e64ea commit 8e9874a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
. ./activate
6868
LLVM_PROFILE_FILE="pytest.profraw" pytest clvm/tests
6969
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
70+
grcov . -s . --binary-path ./venv/lib/python3.9/site-packages/ -t lcov --branch --ignore-not-existing -o lcov.info --keep-only src
7171
7272
- name: Coveralls
7373
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)