diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5335772e97..17cafa3191 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: run: mvn -V -ntp clean verify jacoco:prepare-agent test integration-test jacoco:report --file plugin/pom.xml '-Dgpg.skip' - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v1.3.2 with: token: ${{secrets.CODECOV_TOKEN}} file: ./plugin/target/site/jacoco/jacoco.xml