Skip to content

Commit

Permalink
[Misc] Adjust mutation score since it fails on CI (flickering), see S…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Feb 12, 2020
1 parent e1ac6a2 commit 551ce31
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>Allows accessing extensions located in a Maven repository</description>
<properties>
<xwiki.jacoco.instructionRatio>0.68</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>88</xwiki.pitest.mutationThreshold>
<!-- TODO: put back 88% when issue
https://github.com/STAMP-project/pitest-descartes/issues/62#issuecomment-585119690 is fixed -->
<xwiki.pitest.mutationThreshold>85</xwiki.pitest.mutationThreshold>
<!-- Old names of this module used for retro compatibility when resolving dependencies of old extensions -->
<xwiki.extension.features>org.xwiki.platform:xwiki-platform-extension-repository-aether,org.xwiki.commons:xwiki-commons-extension-repository-maven</xwiki.extension.features>
<!-- Name to display by the Extension Manager -->
Expand Down

0 comments on commit 551ce31

Please sign in to comment.