Revert "Run lcov with --no-external flag set"
Library headers are considered externals in this case.
This reverts commit 9a764c06db.
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Process coverage data
|
||||
run: |
|
||||
lcov --ignore-errors inconsistent,mismatch --no-external -c -d build-debug/ -o lcovout
|
||||
lcov --ignore-errors inconsistent,mismatch -c -d build-debug/ -o lcovout
|
||||
genhtml lcovout -o coverage-report
|
||||
|
||||
- name: Upload coverage report
|
||||
|
||||
Reference in New Issue
Block a user