Skip to content

Releases: SurpSG/diff-coverage-idea-plugin

Release 1.0.0

13 Jun 21:16
b94cd3c
Compare
Choose a tag to compare

Added

  • Keep diff coverage configuration settings per IDE session
  • Added option to set up min coverage in run configuration

Changed

  • Diff Coverage running replaced with run configuration instead of shortcut
  • Removed triggering diffCoverage Gradle task

Fixed

  • Displaying all packages on code coverage view with checked 'Flatten Packages'

v0.0.4

09 Apr 09:03
7e30da3
Compare
Choose a tag to compare

Fixed

  • Intellij 2021.1 compatibility

Changed

  • Code coverage classes list flat structure

0.0.3: Merge remote-tracking branch 'origin/master'

06 Apr 09:53
Compare
Choose a tag to compare

This is initial release with basic functionality.
Diff Coverage IDEA plugin:

  • Detects a module to which DiffCoverage Gradle plugin is applied
  • Runs diffCoverage Gradle task
  • Displays the code coverage window for a modified code
  • Shows a balloon with a link to the diff coverage html report