Skip to content

Commit 8ef0007

Browse files
committed
github: fix codecov-actios version to v1
1 parent cb2a601 commit 8ef0007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
go vet ./...
3838
go test -v -race -covermode=atomic -coverpkg=./... -coverprofile=coverage.out ./...
3939
40-
- uses: codecov/codecov-action@v1.0.7
40+
- uses: codecov/codecov-action@v1
4141
with:
4242
file: ./coverage.out
4343
env_vars: OS,GO_VERSION
4444
fail_ci_if_error: true
45+
verbose: true

0 commit comments

Comments
 (0)