You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems we might have hit a new false positive in xwiki-platform-rendering-macro-python. A few days ago we made changes to the code (and test) at xwiki/xwiki-platform@ff57d35
This broke our build with:
`[ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-rendering-macro-python: Mutation score of 0 is below threshold of 100``
However we couldn't understand 2 things:
The pitest says that 0 tests are found (before and now) so we don't understand how it could have had 100% mutation score
Why it suddenly started reporting 0%
So I compared the execution before and after the commit and we get what's on the screenshot.
The null part seems weird. WDYT?
Thanks
The text was updated successfully, but these errors were encountered:
Hi @oscarlvp
Seems we might have hit a new false positive in xwiki-platform-rendering-macro-python. A few days ago we made changes to the code (and test) at xwiki/xwiki-platform@ff57d35
This broke our build with:
`[ERROR] Failed to execute goal org.pitest:pitest-maven:1.4.10:mutationCoverage (pitest-check) on project xwiki-platform-rendering-macro-python: Mutation score of 0 is below threshold of 100``
However we couldn't understand 2 things:
So I compared the execution before and after the commit and we get what's on the screenshot.
The
null
part seems weird. WDYT?Thanks
The text was updated successfully, but these errors were encountered: