1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-27 22:26:37 +00:00

Merge branch 'gcovr' into 'master'

Downgrade gcovr to 8.3

See merge request OpenMW/openmw!4957
This commit is contained in:
Alexei Kotov 2025-10-18 18:47:07 +03:00
commit 9caafb4033

View file

@ -344,7 +344,7 @@ Ubuntu_GCC_tests_coverage:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
before_script:
- CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic openmw-coverage
- pipx install gcovr
- pipx install gcovr==8.3
coverage: /^\s*lines:\s*\d+.\d+\%/
artifacts:
paths: []