Compare commits
2 Commits
9a764c06db
...
612b11b02f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
612b11b02f | ||
|
|
15bb663281 |
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Process coverage data
|
- name: Process coverage data
|
||||||
run: |
|
run: |
|
||||||
lcov --ignore-errors inconsistent,mismatch --no-external -c -d build-debug/ -o lcovout
|
lcov --ignore-errors inconsistent,mismatch --exclude '*/usr/*' --exclude '*/_deps/*' --exclude '*/ChaosTests/*' -c -d build-debug/ -o lcovout
|
||||||
genhtml lcovout -o coverage-report
|
genhtml lcovout -o coverage-report
|
||||||
|
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user