Skip to content
Snippets Groups Projects
Commit e3561981 authored by Rick Carback's avatar Rick Carback
Browse files

Fix code coverage directive

parent 45e7f3c1
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ setup:
test:
stage: test
image: $DOCKER_IMAGE
coverage: "^total:\s+\(statements\)\s+\d+\.\d+\%$"
coverage: '/^total:\s+\(statements\)\s+\d+\.\d+\%$/'
script:
- mkdir -p testdata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment