1
0
mirror of synced 2025-01-26 16:23:44 +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 . venv/bin/activate
pip3 install gcovr pip3 install gcovr
cd build 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 - name: Upload coverage reports to Codecov
env: env: