Changed coverage to Jacoco
All checks were successful
spigotresourcesync/pipeline/head This commit looks good
All checks were successful
spigotresourcesync/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -16,7 +16,7 @@ pipeline {
|
||||
steps {
|
||||
sh "mvn test"
|
||||
xunit checksName: '', tools: [JUnit(excludesPattern: '', pattern: 'target/surefire-reports/TEST-*.xml', stopProcessingIfError: true)]
|
||||
recordCoverage(tools: [[parser: 'JUNIT', pattern: 'target/surefire-reports/TEST-*.xml']])
|
||||
recordCoverage(tools: [[pattern: 'target/site/jacoco/jacoco.xml']])
|
||||
}
|
||||
}
|
||||
stage("deploy") {
|
||||
|
Reference in New Issue
Block a user