Skip to content

Commit

Permalink
Update tarpaulin command in a coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jan 13, 2024
1 parent 5a4322f commit 2accbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Expand Up @@ -19,9 +19,9 @@ jobs:
cargo +nightly tarpaulin \
--forward \
--timeout 5 \
--run-types Tests Doctests \
--run-types Tests --run-types Doctests \
--all-features \
--out Xml \
--out xml \
--verbose \
-- \
--test-threads=1
Expand Down

0 comments on commit 2accbd7

Please sign in to comment.