mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
.gitlab-ci.yml: add coverage regex
This was required for the GitLab coverage badge to get the % of coverage. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
7e58986356
commit
dc5dc233ec
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ test:
|
||||||
- isort --check-only aurweb # Assert no isort violations in aurweb.
|
- isort --check-only aurweb # Assert no isort violations in aurweb.
|
||||||
- isort --check-only test # Assert no flake8 violations in test.
|
- isort --check-only test # Assert no flake8 violations in test.
|
||||||
- isort --check-only migrations # Assert no flake8 violations in migrations.
|
- isort --check-only migrations # Assert no flake8 violations in migrations.
|
||||||
|
coverage: '/TOTAL.*\s+(\d+\%)/'
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
cobertura: coverage.xml
|
cobertura: coverage.xml
|
||||||
|
|
Loading…
Add table
Reference in a new issue