Skip to content
Snippets Groups Projects
Commit 0536d682 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Move "coverage" key to parent YAML key.

parent 7d050b44
No related branches found
No related tags found
No related merge requests found
Pipeline #384114 failed
......@@ -14,10 +14,10 @@ stages:
-o Debug::pkgProblemResolver=yes build-dep .
- apt-get -q -y install --no-install-recommends radare2 || true
- py.test-3 -vv -l -r a --cov=diffoscope --cov-report=term-missing --cov-report xml --cov-report html
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
paths:
- htmlcov/*
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
reports:
coverage_report:
coverage_format: cobertura
......
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