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 1b5b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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
Expand Down

0 comments on commit 1b5b01e

Please sign in to comment.