Skip to content

Commit

Permalink
Merge pull request #6 from seipan/feat/codecov
Browse files Browse the repository at this point in the history
feat(ci) : code coverage
  • Loading branch information
seipan committed Aug 9, 2023
2 parents 296a741 + f368273 commit 7c283da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:

- name: Test
run: go test -v ./...

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

0 comments on commit 7c283da

Please sign in to comment.