mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
git: Update gcovr filters
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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 --gcov-ignore-errors all
|
gcovr --gcov-executable /usr/bin/gcov-14 --exclude '.*/yara_rules/' --exclude '.*/third_party/' --exclude '.*/external/' --root .. --xml coverage_report.xml --verbose --gcov-ignore-errors all
|
||||||
|
|
||||||
- name: Upload coverage reports to Codecov
|
- name: Upload coverage reports to Codecov
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user