Skip to content

Commit

Permalink
Update code coverage pipeline (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Jan 19, 2022
1 parent f653f8a commit 0d5433e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Expand Up @@ -179,13 +179,13 @@ fi",
"name": "Run cargo-tarpaulin",
"uses": "actions-rs/tarpaulin@v0.1",
"with": {
"version": "0.18.2",
"args": "--all"
"version": "0.19.1",
"args": "--all --all-features"
}
},
{
"name": "Upload to codecov.io",
"uses": "codecov/codecov-action@v1"
"uses": "codecov/codecov-action@v2"
},
{
"name": "Archive code coverage results",
Expand Down

0 comments on commit 0d5433e

Please sign in to comment.