Skip to content

Commit

Permalink
Merge pull request #45 from failsafe-go/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-4.3.0

Bump codecov/codecov-action from 4.2.0 to 4.3.0
  • Loading branch information
jhalterman committed Apr 10, 2024
2 parents e81f195 + 527adf2 commit 98be614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go test ./... -v -race -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.2.0
uses: codecov/codecov-action@v4.3.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: failsafe-go/failsafe-go

0 comments on commit 98be614

Please sign in to comment.