git: Another attempt fixing gcovr

This commit is contained in:
WerWolv 2024-12-17 22:42:48 +01:00
parent fa421afb00
commit fd46d85762
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
. venv/bin/activate
pip3 install gcovr
cd build
gcovr --gcov-executable /usr/bin/gcov-14 -e '.*yara_rules.*' -e '.*third_party.*' -e '.*external.*' -r .. --xml coverage_report.xml --verbose --gcov-ignore-errors source_not_found
gcovr --gcov-executable /usr/bin/gcov-14 -e '.*/yara_rules/.*' -e '.*/third_party/.*' -e '.*/external/.*' -r .. --xml coverage_report.xml --verbose --gcov-ignore-errors all
- name: Upload coverage reports to Codecov
env: