From f860aed1d7f6598e7a8331a5cc54214cbede0e12 Mon Sep 17 00:00:00 2001 From: omosteven Date: Sun, 5 Jan 2025 18:47:33 +0100 Subject: [PATCH] updated the jacoco action --- .github/workflows/jacoco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jacoco.yml b/.github/workflows/jacoco.yml index 83989fe509..8be08856c6 100644 --- a/.github/workflows/jacoco.yml +++ b/.github/workflows/jacoco.yml @@ -41,7 +41,7 @@ jobs: # Add JaCoCo report generation step here - name: Generate JaCoCo report - run: mvn clean test jacoco:report + run: mvn -Drat.skip=true clean test jacoco:report # Upload JaCoCo HTML report with unique name - name: Upload JaCoCo HTML report