mirror of https://git.sr.ht/~stygianentity/bincode
Update code coverage pipeline (#485)
This commit is contained in:
parent
09e7a6265d
commit
6293dab41b
|
|
@ -179,13 +179,13 @@ fi",
|
||||||
"name": "Run cargo-tarpaulin",
|
"name": "Run cargo-tarpaulin",
|
||||||
"uses": "actions-rs/tarpaulin@v0.1",
|
"uses": "actions-rs/tarpaulin@v0.1",
|
||||||
"with": {
|
"with": {
|
||||||
"version": "0.18.2",
|
"version": "0.19.1",
|
||||||
"args": "--all"
|
"args": "--all --all-features"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Upload to codecov.io",
|
"name": "Upload to codecov.io",
|
||||||
"uses": "codecov/codecov-action@v1"
|
"uses": "codecov/codecov-action@v2"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Archive code coverage results",
|
"name": "Archive code coverage results",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue