1
0
mirror of synced 2025-01-25 15:53:43 +01:00

git: Ignore all gcov errors related to missing files

This commit is contained in:
WerWolv 2024-12-17 22:07:16 +01:00
parent a79d3e28ca
commit fa421afb00

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
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
- name: Upload coverage reports to Codecov
env: