Skip to content

Commit

Permalink
[Misc] Adjust mutation score (seems tp be a flicker, see STAMP-projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Mar 20, 2020
1 parent 3d144f8 commit 20f6267
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<packaging>jar</packaging>
<properties>
<xwiki.jacoco.instructionRatio>0.87</xwiki.jacoco.instructionRatio>
<xwiki.pitest.mutationThreshold>24</xwiki.pitest.mutationThreshold>
<!-- TODO: Remove once https://github.com/STAMP-project/pitest-descartes/issues/62#issuecomment-601641402 is
fixed -->
<xwiki.pitest.mutationThreshold>22</xwiki.pitest.mutationThreshold>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>WebJars API</xwiki.extension.name>
<!-- Old names of this module used for retro compatibility when resolving dependencies of old extensions -->
Expand Down

0 comments on commit 20f6267

Please sign in to comment.