Skip to content

Commit a15ae24

Browse files
committed
Use tokenless codecov upload for public repository
- Remove token requirement (codecov-action@v4 supports tokenless uploads for public repos) - Set fail_ci_if_error to false to prevent CI failures if codecov has issues - Keep codecov running on all events including PRs
1 parent 5df9f21 commit a15ae24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
uses: codecov/codecov-action@v4
5252
with:
5353
name: sphinx-exercise-pytest-py3.12-sphinx8
54-
token: "${{ secrets.CODECOV_TOKEN }}"
5554
flags: pytests
5655
file: ./coverage.xml
57-
fail_ci_if_error: true
56+
fail_ci_if_error: false
5857

5958
docs:
6059
name: Documentation build

0 commit comments

Comments
 (0)