Loading .gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -125,12 +125,10 @@ coverage-test-on-main-scheduled: - genhtml coverage.info -o coverage - lcov_cobertura coverage.info -b obj -o coverage.xml artifacts: name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always paths: - coverage.info - coverage - coverage.xml reports: coverage_report: coverage_format: cobertura path: coverage/cobertura-coverage.xml Loading Loading
.gitlab-ci.yml +4 −6 Original line number Diff line number Diff line Loading @@ -125,12 +125,10 @@ coverage-test-on-main-scheduled: - genhtml coverage.info -o coverage - lcov_cobertura coverage.info -b obj -o coverage.xml artifacts: name: "main-coverage-sha-$CI_COMMIT_SHORT_SHA" when: always paths: - coverage.info - coverage - coverage.xml reports: coverage_report: coverage_format: cobertura path: coverage/cobertura-coverage.xml Loading