Skip to content

Commit

Permalink
Update tarpaulin command
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jan 13, 2024
1 parent 9afa696 commit ef05b0c
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 @@ -14,5 +14,5 @@ jobs:
options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@v3
- run: cargo tarpaulin -f -t 5 --out Xml -v -- --test-threads=1
- run: cargo tarpaulin -f -t 5 --out xml -v -- --test-threads=1
- uses: codecov/codecov-action@v3

0 comments on commit ef05b0c

Please sign in to comment.