Skip to content

Commit

Permalink
add clodeclimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Oct 17, 2020
1 parent 126804c commit 75be118
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/validate.yml
Expand Up @@ -72,8 +72,12 @@ jobs:
${{ runner.os }}-go-
- name: Test
run: go test -cover -coverprofile=c.out -covermode=atomic -race -v ./...
- name: Upload Coverage
- name: Upload Codecov Coverage
uses: codecov/codecov-action@v1
with:
file: ./c.out
fail_ci_if_error: true
- name: Upload Codeclimate Coverage
uses: paambaati/codeclimate-action@v2
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 75be118

Please sign in to comment.