mirror of https://git.sr.ht/~stygianentity/bincode
Exclude derive from coverage
This commit is contained in:
parent
c83c36333d
commit
cffc9fcffa
|
|
@ -156,7 +156,8 @@
|
||||||
"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.18.2",
|
||||||
|
"args": "--exclude-files derive/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue