Skip to content

Commit

Permalink
Fix wrong commit sha being used for coverage uploads
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas <nscuro@protonmail.com>
  • Loading branch information
nscuro authored Mar 1, 2024
1 parent be1413f commit 435bf7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-test-pr-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
run: |-
bash <(curl -Ls https://coverage.codacy.com/get.sh) report \
--project-token ${{ secrets.CODACY_PROJECT_TOKEN }} \
--commit-uuid "$(cat ./pr-commit.txt)" \
--commit-uuid ${{ github.event.workflow_run.head_sha }} \
--coverage-reports ./target/jacoco-ut/jacoco.xml \
--language Java
bash <(curl -Ls https://coverage.codacy.com/get.sh) final \
--project-token ${{ secrets.CODACY_PROJECT_TOKEN }} \
--commit-uuid "$(cat ./pr-commit.txt)"

0 comments on commit 435bf7c

Please sign in to comment.