Skip to content

Commit

Permalink
fix: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tangtaoit committed Jul 28, 2023
1 parent 37a3d8c commit 848a7e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...

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

0 comments on commit 848a7e7

Please sign in to comment.