mirror of https://github.com/WerWolv/ImHex.git
git: Another attempt fixing gcovr
This commit is contained in:
parent
fa421afb00
commit
fd46d85762
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue