Ignore lcov mismatch errors
Some checks failed
Chaos Ci / test-and-benchmark (push) Failing after 2m23s
Some checks failed
Chaos Ci / test-and-benchmark (push) Failing after 2m23s
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Process coverage data
|
- name: Process coverage data
|
||||||
run: |
|
run: |
|
||||||
lcov --ignore-errors inconsistent -c -d build-debug/ -o lcovout
|
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout
|
||||||
genhtml lcovout -o coverage-report
|
genhtml lcovout -o coverage-report
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user