Skip to content

Commit

Permalink
Try code climate instead of codecov for coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
wormi4ok committed Apr 20, 2024
1 parent c41f9ce commit 4eac847
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Test
run: go test -coverprofile coverage.txt -covermode=atomic ./...
- name: Code Coverage
uses: codecov/codecov-action@v3
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
file: ./coverage.txt
fail_ci_if_error: true
coverageCommand: go test -coverprofile c.out -covermode=atomic ./...
debug: true

0 comments on commit 4eac847

Please sign in to comment.