Skip to content

Release 1.3

Compare
Choose a tag to compare
@gmuecke gmuecke released this 30 Aug 16:36
· 119 commits to master since this release

New Features:

  • Kotlin support. The plugin is now able to process pitest reports of Kotlin files. Further, the support includes rules and a quality profile for the new Kotlin language support in Sonar 7.3. Java and Kotlin sensors can be indiviually turned on/off. For Sonar 6.7.x only metrics are supported for Kotlin, no rules. [issue 5]

Improvements:

  • mutation related issues now contain the description provided by Pitest [issue 11]
  • mutation reports are now also searched in subdirectories [issue 3](thanks to @artsok )
  • if no report is found, it's now possible to force coverage to 0 (instead of not creating the measure), which allows to define quality gates on mutation coverage or the lack of it [issue 13]
  • Efforts for killing mutants slightly reduced from 15min+15min to 7min+5min, gap-multiplier for missing coverage increased to 2.0 (applied to the 5min)
  • maintainability of the code slightly improved by addressing issues found by SonarQube [issue 8]
  • increased mutation score to 100%

Fixes:

  • non-specific rules are now marked as "Bug" instead of "Code Smell" and are deprecated [issue 1]
  • documentation has been moved to GitHub Wiki