mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
added jacoco coverage data to sonarcloud
This commit is contained in:
@@ -33,6 +33,8 @@ matrix:
|
||||
- jdk: oraclejdk8
|
||||
env:
|
||||
- JDK="JDK8"
|
||||
- sonar.java.coveragePlugin=jacoco
|
||||
- sonar.jacoco.reportPath=build-reporting/target/coverage-reports/jacoco.xml
|
||||
script:
|
||||
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 20 mvn install sonar:sonar -DreleaseTesting; else travis_wait 15 mvn install sonar:sonar -DreleaseTesting; fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user