Skip to content
Snippets Groups Projects
Commit 0b02dc50 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Also generate test coverage for sonarcloud (still missing func tests, will be the next step)

parent 168b0e6b
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ def builds = [
// so until we make it work, we're testing Sonar in a separate build to not fail the 'Quality' one.
build(
name: 'Sonar',
goals: 'clean install sonar:sonar',
goals: 'clean install jacoco:report sonar:sonar',
profiles: 'legacy',
sonar: true
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment