diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a94960b89bdaf46deea65f32227d6ebc56e587a5_LmdpdGxhYi1jaS55bWw=..59ed63d3dfd498a5cbcbe9bd92fa91368e83a9d1_LmdpdGxhYi1jaS55bWw= 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: