Closed Stephan202 closed 4 years ago
:speech_balloon: This comment has been generated by the DeepCode bot, installed by the owner of the repository. The DeepCode bot protects your repository by detecting and commenting on security vulnerabilities or other critical issues.
:relaxed: If you want to provide feedback on our bot, here is how to contact us.
Merging #46 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #46 +/- ##
=========================================
Coverage 85.41% 85.41%
Complexity 54 54
=========================================
Files 5 5
Lines 144 144
Branches 1 1
=========================================
Hits 123 123
Misses 19 19
Partials 2 2
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 742a527...7d7de4e. Read the comment docs.
Since this PR was opened most Maven configuration was migrated to oss-parent
; this particular issue was fixed by PicnicSupermarket/oss-parent#6.
The migration from TestNG to JUnit 5 broke support for mutation coverage calculation. This change restores support.
See also hcoles/pitest#284.