mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-29 21:32:04 +02:00
added jacoco coverage data to sonarcloud
This commit is contained in:
@@ -33,6 +33,8 @@ matrix:
|
|||||||
- jdk: oraclejdk8
|
- jdk: oraclejdk8
|
||||||
env:
|
env:
|
||||||
- JDK="JDK8"
|
- JDK="JDK8"
|
||||||
|
- sonar.java.coveragePlugin=jacoco
|
||||||
|
- sonar.jacoco.reportPath=build-reporting/target/coverage-reports/jacoco.xml
|
||||||
script:
|
script:
|
||||||
- if [ ! -z "$TRAVIS_TAG" ]; then travis_wait 20 mvn install sonar:sonar -DreleaseTesting; else travis_wait 15 mvn install sonar:sonar -DreleaseTesting; fi
|
- 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