mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
update codecov action version
This commit is contained in:
parent
507e604582
commit
539f8c518a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue