GitHub Actions / pitest
completed
Dec 27, 2024 in 1s
Pitest mutation testing feedback
- Surviving mutants in this change: 2
- Killed mutants in this change: 93
class | surviving | killed |
---|---|---|
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting |
1 | 55 |
🧟tech.picnic.errorprone.bugpatterns.EagerStringFormatting$StringFormatExpression |
1 | 38 |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed.
Annotations
github-actions / pitest
A change can be made to line 181 without causing a test to fail
replaced return value with null for analyzeFormatStringContext (covered by 1 tests NullReturnValsMutator)
github-actions / pitest
A change can be made to a lambda on line 227 without causing a test to fail
replaced return value with null for 1st lambda in deriveFormatStringExpression (no tests cover this line NullReturnValsMutator)
Loading