mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
chore: codecov action version
This commit is contained in:
parent
75f5b7e5ed
commit
335dcb53b5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: go test -v ./...
|
||||
- name: Upload coverage to Codecov
|
||||
- name: Upload coverage report
|
||||
uses: codecov/codecov-action@v1.0.2
|
||||
uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
token: 7106da3d-7479-471f-ae37-e3680b62063d
|
||||
file: ./coverage.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue