Skip to content

Commit

Permalink
[Misc] Adjust mutation score threshold because of STAMP-project/pites…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Feb 16, 2020
1 parent f9f757d commit 34d9df2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<description>XWiki Platform - Observation - Remote</description>
<properties>
<xwiki.jacoco.instructionRatio>0.68</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>80</xwiki.pitest.mutationThreshold>
<!-- TODO: Put back threshold of 80M when
https://github.com/STAMP-project/pitest-descartes/issues/62#issuecomment-586703934 is fixed -->
<xwiki.pitest.mutationThreshold>78</xwiki.pitest.mutationThreshold>
<!-- TODO: Remove once the tests have been fixed to not output anything to the console! -->
<xwiki.surefire.captureconsole.skip>true</xwiki.surefire.captureconsole.skip>
</properties>
Expand Down

0 comments on commit 34d9df2

Please sign in to comment.