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

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

parent e16b2d1d
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 to comment