Exclude derive from coverage

This commit is contained in:
Lena Hellström 2021-09-20 23:20:49 +02:00
parent c83c36333d
commit cffc9fcffa
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@
"name": "Run cargo-tarpaulin",
"uses": "actions-rs/tarpaulin@v0.1",
"with": {
"version": "0.18.2"
"version": "0.18.2",
"args": "--exclude-files derive/"
}
},
{