Skip to content
Snippets Groups Projects
Commit e49d738f authored by erwan.salmon's avatar erwan.salmon
Browse files

Correction de la syntaxe Cobertura

parent a30c741f
Branches
Tags
No related merge requests found
......@@ -89,7 +89,9 @@ cobertura-convert:
needs: ["unit-test"]
artifacts:
reports:
cobertura: jacoco-report-aggregate/target/site/cobertura.xml
coverage_report:
coverage_format: cobertura
path: jacoco-report-aggregate/target/site/cobertura.xml
rules:
# Lancement de l'étape uniquement lors d'un pipeline programmé
- if: $CI_PIPELINE_SOURCE == "schedule"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment