From 50646b425b97b2b27a8a75bbb0c839febc5a94f5 Mon Sep 17 00:00:00 2001 From: opdt <117832791+opdt@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:38:51 +0100 Subject: [PATCH] Fix codecov Trying to fix https://github.com/codecov/codecov-action/issues/837 with porpose from https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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