Skip to content

Commit

Permalink
Merge pull request #179 from YTGhost/chore-codecov
Browse files Browse the repository at this point in the history
chore: upgrade codecov-action to v4.5.0
  • Loading branch information
YTGhost authored Dec 25, 2024
2 parents a27a77e + 7cd6b50 commit 214aa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sudo go test -v -short ./pkg/... ./cmd/... -coverprofile cover.out
- name: Publish Unit Test Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.5.0
with:
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 214aa3a

Please # to comment.