Skip to content

Commit

Permalink
ci: try to fix codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Dec 17, 2024
1 parent 74e2586 commit 1952ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
coverageLocations: coverage.txt:gocov
prefix: github.com/ccoveille/go-safecast
Expand Down

0 comments on commit 1952ee4

Please sign in to comment.