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
|
--llvm
|
||||||
--branch
|
--branch
|
||||||
--ignore-not-existing
|
--ignore-not-existing
|
||||||
|
--binary-path ./target/debug/
|
||||||
--excl-line "#\[derive\("
|
--excl-line "#\[derive\("
|
||||||
--excl-br-line "#\[derive\("
|
--excl-br-line "#\[derive\("
|
||||||
--excl-start "mod tests \{"
|
--excl-start "mod tests \{"
|
||||||
--excl-br-start "mod tests \{"
|
--excl-br-start "mod tests \{"
|
||||||
working-directory: lib
|
|
||||||
- name: Upload Results
|
- name: Upload Results
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue