Skip to content

Commit

Permalink
ci: pass extra args to tarpaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
icedrocket authored and JP-Ellis committed May 26, 2023
1 parent ac7a5b6 commit 5f86a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin
- run: cargo tarpaulin
- run: cargo tarpaulin --workspace --out Xml
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5f86a7e

Please sign in to comment.