Skip to content
Snippets Groups Projects
Commit 43f76747 authored by Andreas's avatar Andreas
Browse files

refactor/Remove jacoco from gitlab-ci.yml

parent 9048a73e
No related branches found
No related tags found
1 merge request!2Initial GitLab CI configuration
Pipeline #273375 failed
...@@ -17,12 +17,4 @@ test:jdk17: ...@@ -17,12 +17,4 @@ test:jdk17:
stage: test stage: test
script: script:
- mvn clean test # Cleans the previous build and runs tests. - mvn clean test # Cleans the previous build and runs tests.
artifacts:
when: always
paths:
- target/site/jacoco # Location of code coverage reports generated by JaCoCo.
reports:
junit:
- target/surefire-reports/TEST-*.xml # Surefire reports for unit tests.
- target/failsafe-reports/TEST-*.xml # Failsafe reports for integration tests.
when: always when: always
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment