Diff Coverage Gradle Versions Save

Gradle plugin for computing code coverage on modified code

0.9.5

1 year ago

Updated log4j dependency to 2.18.0 #58

0.9.4

1 year ago

0.9.3

2 years ago
  • Fixed incorrect diff parsing when it contains \ No newline at end of file

0.9.2

2 years ago

Fixed

  • redirects handling for diffSource.url

0.9.1

2 years ago

Fixed incorrect diff generation by JGit #34

0.9.0

2 years ago

Added

  • autoconfiguration of jacocoExecFiles, classesDirs, srcDirs if JaCoCo plugin is applied and custom values are not set #24
  • source file collection diffCoverageReport.srcDirs as diffCoverage task input #28

Changed

  • fail build if any of jacocoExecFiles, classesDirs or srcDirs is not configured and cannot be autoconfigured from JaCoCo plugin #29

Fixed

  • error message if provided Git revision doesn't exist #19
  • Diff Coverage task fail when only csv or xml report is enabled #26

0.8.1

2 years ago

Fixed:

  • #22 Fixed parsing of diff files that contains paths with special characters

0.8.0

2 years ago
diffCoverageReport {
     violationRules.failIfCoverageLessThan 0.9
     
     // configuration above do the same as configuration below
     violationRules {
         minBranches = 0.9
         minLines = 0.9
         minInstructions = 0.9
         failOnViolation = true
     }
}

0.7.2

3 years ago
  • provided compatibility with Gradle v7

0.7.1

3 years ago