Skip to content

Commit 35f0235

Browse files
ci: fix codecov upload (#814)
1 parent 664b3cb commit 35f0235

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
run: npm run test:prod
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)