From de487b7137d08bd3c17f928c1e70651ae6a28167 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Mon, 15 Jul 2024 19:48:26 +0300 Subject: [PATCH] fix --- .github/workflows/maven.yml | 1 + pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 386e7d0..40ab1f5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -25,6 +25,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: + gcov: true files: ./target/coverage.json token: ${{ secrets.CODECOV_TOKEN }} diff --git a/pom.xml b/pom.xml index 9649ba4..661b49d 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,10 @@ 1.8 + + maven-surefire-plugin + 3.3.1 + org.jacoco jacoco-maven-plugin @@ -85,10 +89,6 @@ - - maven-surefire-plugin - 3.3.1 -