Skip to content

Commit 1f78284

Browse files
shogo82148bmoffatt
andauthored
bump codecov/codecov-action@v2 (#383)
Co-authored-by: Bryan Moffatt <[email protected]>
1 parent 9e2b352 commit 1f78284

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
3030

3131
- name: Upload coverage to Codecov
32-
uses: codecov/codecov-action@v1
33-
if: matrix.go == '1.16'
32+
uses: codecov/codecov-action@v2
3433
with:
3534
file: ./coverage.txt
35+
env_vars: GO
36+
env:
37+
GO: ${{ matrix.go }}

0 commit comments

Comments
 (0)