Skip to content
Snippets Groups Projects
Commit 036801d0 authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-892' into 'master'

L2SS-892: Fix coverage reporting through regex in .gitlab-ci

Closes L2SS-892

See merge request !397
parents 07fa16f5 c3033266
No related branches found
No related tags found
1 merge request!397L2SS-892: Fix coverage reporting through regex in .gitlab-ci
...@@ -518,6 +518,7 @@ unit_test: ...@@ -518,6 +518,7 @@ unit_test:
script: script:
- cd tangostationcontrol - cd tangostationcontrol
- tox -e cover - tox -e cover
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts: artifacts:
reports: reports:
coverage_report: coverage_report:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment