Skip to content
Snippets Groups Projects
Commit 83c8dc4c authored by Lukas Hennig's avatar Lukas Hennig
Browse files

removed mkdir

parent 7a39b1e1
No related branches found
No related tags found
1 merge request!36Add python 3.7 test and coverage
......@@ -47,7 +47,6 @@ coverage:
image: docker.km3net.de/base/python:$PYTHON_VERSION
stage: coverage
script:
- mkdir -p reports
- *virtualenv_definition
- "make test-cov | grep TOTAL | awk '{printf \"COVERAGE: %.2f%%\", (1-$3/$2)*100 }'"
coverage: '/COVERAGE:\s*([0-9]*\.[0-9]*%)/'
......
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