Skip to content

Commit 28f7d22

Browse files
committed
Update codecov/codecov-action action to v2
1 parent 0a4840a commit 28f7d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
git --no-pager diff go.mod go.sum
126126
git --no-pager diff --quiet go.mod go.sum
127127
- name: Upload coverage to Codecov
128-
uses: codecov/codecov-action@v1.5.0
128+
uses: codecov/codecov-action@v2.0.1
129129
with:
130130
#token: ${{ secrets.CODECOV_TOKEN }}
131131
file: ./coverage.txt
@@ -167,7 +167,7 @@ jobs:
167167
- name: Run tests on Unix-like operating systems
168168
run: make unittest
169169
- name: Upload coverage to Codecov
170-
uses: codecov/codecov-action@v1.5.0
170+
uses: codecov/codecov-action@v2.0.1
171171
with:
172172
#token: ${{ secrets.CODECOV_TOKEN }}
173173
file: ./coverage.txt

0 commit comments

Comments
 (0)