Skip to content

Commit

Permalink
github: fix codecov-actios version to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
zchee committed Nov 7, 2020
1 parent 5f6d7e3 commit c403d97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
go vet ./...
go test -v -race -covermode=atomic -coverpkg=./... -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@v1.0.7
- uses: codecov/codecov-action@v1
with:
file: ./coverage.out
env_vars: OS,GO_VERSION
fail_ci_if_error: true
verbose: true

0 comments on commit c403d97

Please sign in to comment.