mirror of
https://github.com/rjNemo/underscore
synced 2026-06-06 02:26:42 +00:00
Update unit-test.yml
This commit is contained in:
parent
d5426ad3cb
commit
541e707861
1 changed files with 2 additions and 2 deletions
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
fetch-depth: 2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.18'
|
||||
go-version: '1.20'
|
||||
- name: Run tests with coverage
|
||||
run: go test -coverprofile=coverage.out -covermode=count ./...
|
||||
- uses: codecov/codecov-action@v2
|
||||
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
flags: unittests
|
||||
name: codecov-umbrella
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
verbose: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue