Skip to content

Commit

Permalink
Adjust jacoco coverage criterion (#209)
Browse files Browse the repository at this point in the history
* Adjust jacoco coverage criterion

* Remove integration test report path
  • Loading branch information
ckittl committed Jan 12, 2022
1 parent 40aaa02 commit 8259ba7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/scripts/jacoco.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jacocoTestCoverageVerification {
violationRules {
rule {
limit {
minimum = 0.00 // increase if we make progress on this
minimum = 0.25 // increase if we make progress on this
}
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/scripts/sonarqube.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ sonarqube {
"build/reports/pmd/main.xml"] // Comma-delimited list of paths to PMD Apex XML reports
// groovy specific stuff
property 'sonar.groovy.jacoco.reportPath', 'build/jacoco/test.exec' // unit tests reports dir
/// integration tests reports dir (if any)
property 'sonar.groovy.jacoco.itReportPath', 'build/jacoco/allTests.exec'
property 'sonar.groovy.binaries', 'build/classes/groovy' // groovy binaries
// scala specific stuff
//property 'sonar.scala.coverage.reportPaths', 'build/reports/scoverage/scoverage.xml'
Expand Down

0 comments on commit 8259ba7

Please sign in to comment.