Skip to content
Snippets Groups Projects
Commit f63770df authored by Thomas Clavier's avatar Thomas Clavier
Browse files

Add junit report

parent f4c45e0c
Branches
No related tags found
No related merge requests found
Pipeline #10260 failed
......@@ -14,5 +14,8 @@ test:
coverage: '/Total.*?([0-9]{1,3})%/'
script:
- apt-get update && apt-get -y install maven && apt-get clean
- mvn $MAVEN_OPTS install jacoco:report
- mvn $MAVEN_OPTS install site surefire-report:report
- cat target/site/jacoco/index.html
artifacts:
reports:
junit: target/surefire-reports/*.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment