Skip to content
Snippets Groups Projects
Commit ce8a5a0c authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Update .gitlab-ci.yml

parent 27b75196
No related branches found
Tags v0.8.5
1 merge request!1Merge python environment
Pipeline #9395 passed
......@@ -69,6 +69,8 @@ code-style:
coverage:
image: docker.km3net.de/base/singularity-py3:3.5.3
stage: coverage
tags:
- docker
script:
- *virtualenv_definition
- "make test-cov|grep TOTAL| awk '{printf \"COVERAGE: %.2f%%\", (1-$3/$2)*100 }'"
......
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