Skip to content

Commit

Permalink
Merge pull request #68 from woodpecker-kit/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-5.3.1

build(action): bump codecov/codecov-action from 5.1.2 to 5.3.1
  • Loading branch information
github-actions[bot] authored Feb 1, 2025
2 parents 1227eee + a09b735 commit 4fb712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go test -cover -tags test -coverprofile coverage.txt -covermode count -coverpkg ./... -v ./...

- name: Codecov
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{secrets.CODECOV_TOKEN}}
files: coverage.txt
Expand Down

0 comments on commit 4fb712e

Please sign in to comment.