Skip to content

Commit

Permalink
ci: ignore some paths in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed May 17, 2024
1 parent a61dcb2 commit 7e3ae9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
rustup component add llvm-tools-preview
cargo test
grcov . -s . -t lcov --llvm --ignore-not-existing --ignore "/*" -o lcov.info -b ./target/debug/pomsky
grcov . -s . -t lcov --llvm --ignore-not-existing --ignore "/*" --ignore "pomsky-bin/src/test.rs" --ignore "target/*" -o lcov.info -b ./target/debug/pomsky
- name: Coveralls upload
uses: coverallsapp/github-action@v2
Expand Down

0 comments on commit 7e3ae9c

Please sign in to comment.