Skip to content

Commit e379040

Browse files
ci: fix codecov upload (#977)
1 parent fd44045 commit e379040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
run: npm run test:ci
4444

4545
- name: Upload coverage to Codecov
46-
uses: codecov/codecov-action@v3
46+
uses: codecov/codecov-action@v4
4747
with:
4848
fail_ci_if_error: true
49+
token: ${{ secrets.CODECOV_TOKEN }}
4950

5051
- name: Publish Unit Test Results
5152
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)