Skip to content

Commit

Permalink
CI: Tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed May 23, 2024
1 parent 8e60091 commit 99b7c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: go test -race -coverprofile=coverage.out -covermode=atomic -v ./...
- name: Upload test coverage to Codacy
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --force-coverage-parser go -r coverage.out
with:
env:
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
CODACY_ORGANIZATION_PROVIDER: ${{ secrets.CODACY_ORGANIZATION_PROVIDER }}
CODACY_USERNAME: ${{ secrets.CODACY_USERNAME }}
Expand Down

0 comments on commit 99b7c48

Please sign in to comment.