Looks like the gitlab-ci.yml syntax was changed. adjust
https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
This commit is contained in:
parent
29f6e6093b
commit
36ff86c71e
@ -11,7 +11,9 @@ run tests:
|
||||
artifacts:
|
||||
when: always
|
||||
reports:
|
||||
cobertura: coverage.xml
|
||||
coverage_report:
|
||||
coverage_format: cobertura
|
||||
path: coverage.xml
|
||||
junit: report.xml
|
||||
tags:
|
||||
- docker
|
||||
|
Loading…
x
Reference in New Issue
Block a user