Skip to content

Commit

Permalink
Updating cargo-tarpaulin action args
Browse files Browse the repository at this point in the history
  • Loading branch information
thepacketgeek committed Jul 2, 2020
1 parent 30b1c58 commit cdce0ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
- name: Run cargo-tarpaulin
uses: actions-rs/[email protected]
with:
args: "--verbose --all-features --run-types Doctests,Tests --timeout 1200 --ignored --exclude-files fuzz"
run-types: "Doctests,Tests"
timeout: 1200
args: "--verbose --all-features --ignored --exclude-files fuzz"

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit cdce0ee

Please sign in to comment.