Skip to content

Commit 3e42698

Browse files
github action: update codecov version
1 parent 396b6b1 commit 3e42698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic .
3838

3939
- name: Upload Coverage report to CodeCov
40-
uses: codecov/codecov-action@v1.0.0
40+
uses: codecov/codecov-action@v2
4141
with:
4242
token: ${{secrets.CODECOV_TOKEN}}
4343
file: ./coverage.txt

0 commit comments

Comments
 (0)