Skip to content

Commit

Permalink
update codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
rjNemo committed Nov 1, 2024
1 parent 507e604 commit 539f8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go-version: "1.23"
- name: Run tests with coverage
run: go test -coverprofile=coverage.out -covermode=count ./...
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.out
Expand Down

0 comments on commit 539f8c5

Please sign in to comment.