bump version of codecov-action to v1.0.6
This commit is contained in:
parent
a494df3462
commit
93f7956e2a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
GOOS=windows go build
|
GOOS=windows go build
|
||||||
GOARCH=386 go build
|
GOARCH=386 go build
|
||||||
- name: Publish coverage
|
- name: Publish coverage
|
||||||
uses: codecov/codecov-action@v1.0.0
|
uses: codecov/codecov-action@v1.0.6
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.CODECOV_TOKEN}}
|
token: ${{secrets.CODECOV_TOKEN}}
|
||||||
file: ./coverage.txt
|
file: ./coverage.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user