Coverage setup fixes
This commit is contained in:
parent
2aeed5f188
commit
46aed8096e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -34,11 +34,11 @@ jobs:
|
|||
--llvm
|
||||
--branch
|
||||
--ignore-not-existing
|
||||
--binary-path ./target/debug/
|
||||
--excl-line "#\[derive\("
|
||||
--excl-br-line "#\[derive\("
|
||||
--excl-start "mod tests \{"
|
||||
--excl-br-start "mod tests \{"
|
||||
working-directory: lib
|
||||
- name: Upload Results
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue