Update code coverage pipeline (#485)

This commit is contained in:
Lena Hellström 2022-01-19 20:34:21 +01:00 committed by GitHub
parent 09e7a6265d
commit 6293dab41b
1 changed files with 3 additions and 3 deletions

View File

@ -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",