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

Add CI/CD to follow quality

parent 9e8a9c15
No related branches found
No related tags found
No related merge requests found
stages:
- 🔎 quality
junit:
stage: 🔎 quality
image: maven
coverage: '/Total.*?([0-9]{1,3})%/'
script:
- mvn test jacoco: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