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:
commit
9caafb4033
1 changed files with 1 additions and 1 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue