Skip to content

Commit

Permalink
Merge pull request #12 from ksysoev/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
ksysoev committed Sep 14, 2024
2 parents a51ab4d + 74c63e5 commit 3a213fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Test
run: go test -coverprofile=coverage.out -covermode=atomic -v -race ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 3a213fd

Please sign in to comment.