diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f240c67..e4623ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,10 +28,11 @@ test: - ./coverage/Summary.* - ./**/*.nupkg reports: + coverage_report: + coverage_format: cobertura + path: ./coverage/Cobertura.xml junit: - ./**/*test-result.xml - cobertura: - - ./coverage/Cobertura.xml publish: stage: release