mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(gitlab-ci): update coverage reporting in CI
Gitlab 14.10 introduced a coverage_report key which obsoletes the old way of reporting coverage data.
This commit is contained in:
parent
4ddd1dec9c
commit
8598ea6f74
1 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,9 @@ test:
|
||||||
coverage: '/TOTAL.*\s+(\d+\%)/'
|
coverage: '/TOTAL.*\s+(\d+\%)/'
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: coverage.xml
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Add table
Reference in a new issue