Skip to content

Commit

Permalink
Remove verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jun 5, 2024
1 parent 502f03c commit 4be01ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: cargo binstall cargo-tarpaulin --locked -y

- name: Run tests
run: cargo tarpaulin --verbose --workspace --all-features --out xml
run: cargo tarpaulin --workspace --all-features --out xml

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 4be01ca

Please sign in to comment.