Skip to content

Commit 1e4521f

Browse files
Bump codecov/codecov-action from 3.1.0 to 3.1.2 (#23)
1 parent e981bd4 commit 1e4521f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Test
4040
run: go test -failfast ./... -race -coverprofile=coverage.txt -covermode=atomic
4141
- name: Push Coverage to codecov.io
42-
uses: codecov/[email protected].0
42+
uses: codecov/[email protected].2
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
file: ./coverage.txt

0 commit comments

Comments
 (0)