Skip to content

Commit a992b16

Browse files
chore(deps): bump codecov/codecov-action from 2 to 3 (#39)
1 parent adafc48 commit a992b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go test -race ./... -coverprofile=coverage.txt -covermode=atomic
2121
2222
- name: Upload coverage report
23-
uses: codecov/codecov-action@v2
23+
uses: codecov/codecov-action@v3
2424
with:
2525
file: ./coverage.txt
2626
flags: unittests

0 commit comments

Comments
 (0)