Skip to content

Commit

Permalink
fix: set env
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeiss committed Aug 7, 2024
1 parent bd8d5d1 commit 2bbac2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
run: curl -o get.sh -Ls https://coverage.codacy.com/get.sh

- name: Upload to Codacy
run: ${{ secrets.CODACY_PROJECT_TOKEN }} bash get.sh report --force-coverage-parser go -r unit.coverage.out
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: bash get.sh report --force-coverage-parser go -r unit.coverage.out

0 comments on commit 2bbac2c

Please sign in to comment.