Skip to content

Commit

Permalink
[Misc] Fix pitest/descartes flicker, see STAMP-project/pitest-descart…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed May 14, 2020
1 parent 68e3ad5 commit 0eef705
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>Default implementation for XWiki Platform - LESS CSS - Default Implementation</description>
<properties>
<xwiki.jacoco.instructionRatio>0.87</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>87</xwiki.pitest.mutationThreshold>
<!-- TODO: Put back threshold of 87% when
https://github.com/STAMP-project/pitest-descartes/issues/129 is fixed -->
<xwiki.pitest.mutationThreshold>86</xwiki.pitest.mutationThreshold>
<!-- Old names of this module used for retro compatibility when resolving dependencies of old extensions -->
<xwiki.extension.features>
<!-- only used in 6.2M1 -->
Expand Down

0 comments on commit 0eef705

Please sign in to comment.