Skip to content

Commit

Permalink
ci: add codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Sep 6, 2024
1 parent 47f6353 commit a831f39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v9
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
with:
coverageLocations: coverage.txt:gocov
prefix: github.com/ccoveille/go-safecast

- name: Launch golangci-lint
uses: golangci/[email protected]

0 comments on commit a831f39

Please sign in to comment.