Skip to content
Snippets Groups Projects
Commit 9fdbb477 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

let gitlab identify the coverage when running the test

parent 6e6e66dd
No related branches found
No related tags found
1 merge request!41return the coverage to gitlab
Pipeline #83457 passed
......@@ -33,6 +33,7 @@ test-style:
"$CI_REGISTRY_IMAGE/$CI_COMMIT_REF_SLUG/web-container:$CI_COMMIT_SHA"
test
- mv persistent/htmlcov htmlcov
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
paths:
- htmlcov/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment