1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-05 21:43:07 +00:00

Downgrade gcovr to 8.3

This commit is contained in:
Evil Eye 2025-10-16 18:44:07 +02:00
parent 2c0205db79
commit eb04049268

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: []