Skip to content

Commit 5e5ca5f

Browse files
committed
update codecov action to v2
1 parent 3dfb246 commit 5e5ca5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: npm run test -- --coverage --coverageReporters json
6565

6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v1
67+
uses: codecov/codecov-action@v2
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
7070
files: coverage/coverage-final.json

0 commit comments

Comments
 (0)