Skip to content

Commit

Permalink
Upload coverage report to Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
ypjama committed Oct 16, 2023
1 parent 6f90c78 commit f2e8e54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
- name: Test
run: gocov test ./... | gocov-xml > coverage.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit f2e8e54

Please sign in to comment.