* 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.
10 lines
146 B
YAML
10 lines
146 B
YAML
branch: true
|
|
ignore-not-existing: true
|
|
llvm: true
|
|
filter: covered
|
|
output-type: lcov
|
|
output-path: ./lcov.info
|
|
ignore:
|
|
- "third_party/*"
|
|
- "/*"
|