Skip to content
Snippets Groups Projects
Commit 83d88275 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Merge branch 'ci-jacoco' into 'master'

Enable Jacoco for GitLab unit test job

See merge request !145
parents 87cd1654 4e629557
Branches
1 merge request!145Enable Jacoco for GitLab unit test job
Pipeline #29684 passed with warnings with stages
in 2 minutes and 26 seconds
...@@ -50,7 +50,7 @@ unit_test: ...@@ -50,7 +50,7 @@ unit_test:
- $OUTPUT_DIR - $OUTPUT_DIR
cache: *maven_cache cache: *maven_cache
script: script:
- mvn -B surefire:test - mvn -B jacoco:prepare-agent surefire:test jacoco:report
package: package:
stage: post-build stage: post-build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment