Run lcov with --no-external flag set
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m32s

This commit is contained in:
hashlag
2026-01-28 22:45:09 +03:00
parent b02685d29f
commit 9a764c06db

View File

@@ -37,7 +37,7 @@ jobs:
- name: Process coverage data - name: Process coverage data
run: | run: |
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout lcov --ignore-errors inconsistent,mismatch --no-external -c -d build-debug/ -o lcovout
genhtml lcovout -o coverage-report genhtml lcovout -o coverage-report
- name: Upload coverage report - name: Upload coverage report