Skip to content

Commit

Permalink
🐛 do not run ignored tests with tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Dec 25, 2023
1 parent 6001853 commit fe7ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --workspace --ignored --timeout 500 --out Xml
cargo +nightly tarpaulin --verbose --workspace --timeout 500 --out Xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit fe7ac55

Please sign in to comment.