Coveralls workflow applied also to stable (#342)
* 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. * Fix coveralls badge not pointing to the branch * Badges to stable branch
This commit is contained in:
committed by
GitHub
parent
7e5e2a665f
commit
2de660ae4d
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