diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc1ccea4..cf6887c0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,7 @@ jobs: - run: mvn -f ./core org.jacoco:jacoco-maven-plugin:0.8.7:report -Djacoco.dataFile="$(readlink -f ./tests/target/jacoco.exec)" - uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./core/target/site/jacoco/jacoco.xml name: codecov fail_ci_if_error: true