diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbf4a10..a1d2c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: - name: build and test run: mvn -B verify - name: codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 + with: + token: ${{ secrets.CODECOV_TOKEN }} deploy: name: Deploy to OSSRH diff --git a/pom.xml b/pom.xml index 1fa0cb4..ef584f6 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + + ${surefireArgLine} + + org.jacoco jacoco-maven-plugin @@ -193,7 +201,6 @@ surefireArgLine - post-unit-test test