Skip to content

Commit 6013223

Browse files
authored
Fix: provide CODECOV_TOKEN.
1 parent d5bbefe commit 6013223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ jobs:
3737
- name: Upload coverage report to Codecov
3838
uses: codecov/codecov-action@v4
3939
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
4041
file: "${{ env.COVERAGE_DATA_PATH }}"
4142
fail_ci_if_error: true

0 commit comments

Comments
 (0)