Skip to content
Snippets Groups Projects
Commit 59ed63d3dfd4 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:rocket: adapt gitlab ci file to newer gitlab

parent a94960b89bda
No related branches found
No related tags found
1 merge request!141🚀 adapt gitlab ci file to newer gitlab
......@@ -37,5 +37,7 @@
artifacts:
when: always
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.py36.xml
......@@ -41,4 +43,6 @@
junit: report.py36.xml
paths:
- report.py36.xml
coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
cache:
paths:
......
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