Skip to content

Commit

Permalink
Revert "statement count appears to fixed in 1.4"
Browse files Browse the repository at this point in the history
This reverts commit cc1c43f
  • Loading branch information
maiflai committed Nov 20, 2019
1 parent ddbe152 commit 40f939f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ public void checkAndAggregateScoverageWithoutCoverageInRoot() throws Exception {
result.assertTaskSucceeded(ScoveragePlugin.getAGGREGATE_NAME());

assertAllReportFilesExist();
assertCoverage(88.24);
assertCoverage(93.33);
}

@Test
Expand Down

0 comments on commit 40f939f

Please sign in to comment.