Coveralls (#339)
* Add code coverage report as part of the workflows * Remove -Clink-dead-code which seems to be problematic * Manually set features to avoid debug_* failing unit tests. * Update badges * Add libraries directory to trigger code coverage reporting.
This commit is contained in:
committed by
GitHub
parent
74d712da0d
commit
46bbef2996
9
.github/actions-rs/grcov.yml
vendored
Normal file
9
.github/actions-rs/grcov.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
branch: true
|
||||
ignore-not-existing: true
|
||||
llvm: true
|
||||
filter: covered
|
||||
output-type: lcov
|
||||
output-path: ./lcov.info
|
||||
ignore:
|
||||
- "third_party/*"
|
||||
- "/*"
|
||||
Reference in New Issue
Block a user