Skip to content

Releases: form-com/diff-coverage-gradle

Release 0.9.5

Choose a tag to compare

@github-actions github-actions released this 17 Oct 20:41

Updated log4j dependency to 2.18.0 #58

Release 0.9.4

Choose a tag to compare

@SurpSG SurpSG released this 18 Jun 18:04
980b305

Release 0.9.3

Choose a tag to compare

@SurpSG SurpSG released this 28 Apr 13:55
  • Fixed incorrect diff parsing when it contains \ No newline at end of file

Release 0.9.2

Choose a tag to compare

@SurpSG SurpSG released this 18 Apr 16:57

Fixed

  • redirects handling for diffSource.url

Release 0.9.1

Choose a tag to compare

@SurpSG SurpSG released this 16 Feb 22:04

Fixed incorrect diff generation by JGit #34

Release 0.9.0

Choose a tag to compare

@SurpSG SurpSG released this 19 Oct 20:01

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

Release 0.8.1

Choose a tag to compare

@SurpSG SurpSG released this 01 Sep 17:54

Fixed:

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

Release 0.8.0

Choose a tag to compare

@SurpSG SurpSG released this 04 Aug 19:06
  • fixed compatibility with gradle 6.7.1 #14
  • fixed inability to create Diff Coverage outputs when report dir isn't created #16
  • added configuration function that reduces Diff Coverage configuration verbosity #17
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
     }
}

Release 0.7.2

Choose a tag to compare

@SurpSG SurpSG released this 10 Jun 09:20
c2ff755
  • provided compatibility with Gradle v7

No package class path resolve fix

Choose a tag to compare

@alexeytokar alexeytokar released this 10 Aug 19:17
447baa8
No package class path resolve fix (#10)

* fix class path resolve for classes without package

* remove mock server dependency

* increase version

Co-authored-by: Sergii Gnatiuk <sergii.gnatiuk@worldapp.com>