Skip to content

Commit 8aa3bd6

Browse files
committed
test: use codecov action v3
1 parent 126d124 commit 8aa3bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests
2525
run: yarn test:coverage
2626
- name: Upload coverage report
27-
uses: codecov/codecov-action@v2
27+
uses: codecov/codecov-action@v3
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
3030
files: ./coverage.json

0 commit comments

Comments
 (0)