This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch lighten-coverage-checks in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
commit e388497b8feefe8614f6fa5c611f2890d197da48 Author: Richard Zowalla <r...@apache.org> AuthorDate: Sun Jun 22 20:57:25 2025 +0200 Coverage toggles on GH actions failing the build --- core/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 867ffdbb..9c50f4d1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -54,10 +54,10 @@ under the License. <awaitility.version>4.3.0</awaitility.version> <jacoco.haltOnFailure>true</jacoco.haltOnFailure> <jacoco.classRatio>0.73</jacoco.classRatio> - <jacoco.instructionRatio>0.56</jacoco.instructionRatio> + <jacoco.instructionRatio>0.55</jacoco.instructionRatio> <jacoco.methodRatio>0.62</jacoco.methodRatio> <jacoco.branchRatio>0.49</jacoco.branchRatio> - <jacoco.lineRatio>0.56</jacoco.lineRatio> + <jacoco.lineRatio>0.55</jacoco.lineRatio> <jacoco.complexityRatio>0.44</jacoco.complexityRatio> </properties>