Skip to content

Commit

Permalink
chore(actions): don't run tarpaulin in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Apr 6, 2024
1 parent e80c3bb commit a126843
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 @@ -26,7 +26,7 @@ jobs:
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Generate code coverage
run: cargo +nightly tarpaulin --verbose --features smol,trillium-testing/smol,trillium-http/serde --workspace --timeout 120 --out xml
run: cargo +nightly tarpaulin --features smol,trillium-testing/smol,trillium-http/serde --workspace --timeout 120 --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit a126843

Please sign in to comment.