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 d8affef commit acaebcb
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 @@ -36,5 +36,13 @@ jobs:
- name: Run tests
run: go test

- 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 acaebcb

Please sign in to comment.