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

Fix code coverage directive

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