Commit e6dbf69b authored by tavit ohanian's avatar tavit ohanian

add explicit coverage directive

parent e8e7554f
Pipeline #24 passed with stages
in 3 minutes and 50 seconds
github_checks:
annotations: false
......@@ -32,3 +32,4 @@ test:
script:
- echo $CI_JOB_STAGE
- go test -cover
coverage: '/coverage: \d+.\d+% of statements/'
coverage:
range: "50...100"
comment: off
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment