Skip to content

Commit d3abfab

Browse files
committed
Attempt to fix codecov upload.
1 parent dfb9f47 commit d3abfab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
- name: Generate coverage report
6868
run: npm run coverage-ci
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v3
70+
uses: codecov/codecov-action@v4
7171
with:
7272
file: ./coverage/lcov.info
7373
fail_ci_if_error: true
74+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)