Skip to content

Commit

Permalink
Merge pull request #2869 from metafates/master
Browse files Browse the repository at this point in the history
Return previous values of the limits
  • Loading branch information
yegor256 committed Feb 13, 2024
2 parents 1da912b + 191ce64 commit 0ac4905
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -430,23 +430,16 @@ SOFTWARE.
<rules>
<rule>
<element>BUNDLE</element>
<!--
@todo #2437:30min Return previous values of the limits. Limits were changed
after changing "explicit-data.xsl" and disabling some tests. Need to return
limits back after tests are enabled. Previous values:
INSTRUCTION.COVEREDRATIO - 0.70, LINE.COVEREDRATIO - 0.73,
CLASS.MISSEDCOUNT - 6
-->
<limits>
<limit>
<counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value>
<minimum>0.69</minimum>
<minimum>0.70</minimum>
</limit>
<limit>
<counter>LINE</counter>
<value>COVEREDRATIO</value>
<minimum>0.71</minimum>
<minimum>0.73</minimum>
</limit>
<limit>
<counter>BRANCH</counter>
Expand All @@ -466,7 +459,7 @@ SOFTWARE.
<limit>
<counter>CLASS</counter>
<value>MISSEDCOUNT</value>
<maximum>10</maximum>
<maximum>6</maximum>
</limit>
</limits>
</rule>
Expand Down

1 comment on commit 0ac4905

@0pdd
Copy link

@0pdd 0pdd commented on 0ac4905 Feb 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2437-5c9f75e2 disappeared from eo-maven-plugin/pom.xml), that's why I closed #2584. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.