Skip to content

Commit

Permalink
Merge pull request #162 from gin-contrib/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-3

chore(deps): bump codecov/codecov-action from 1 to 3
  • Loading branch information
thinkerou committed Apr 30, 2022
2 parents 39b85f3 + 3a2dcc4 commit 0ef33ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
go test -v -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

0 comments on commit 0ef33ea

Please sign in to comment.