Update .gitlab-ci.yml

This commit is contained in:
Ariel Rin 2022-05-12 04:07:43 +00:00
parent e64431b06c
commit f99878cc29

View File

@ -54,7 +54,9 @@ test-3.7-core:
artifacts: artifacts:
when: always when: always
reports: reports:
cobertura: coverage.xml coverage_report:
coverage_format: cobertura
path: coverage.xml
test-3.8-core: test-3.8-core:
<<: *only-default <<: *only-default
@ -113,7 +115,9 @@ test-3.7-all:
artifacts: artifacts:
when: always when: always
reports: reports:
cobertura: coverage.xml coverage_report:
coverage_format: cobertura
path: coverage.xml
test-3.8-all: test-3.8-all:
<<: *only-default <<: *only-default