Skip to content

Commit c12f384

Browse files
benjefferymergify[bot]
authored andcommitted
Don't fail CI on codecov error
1 parent cd0c0ac commit c12f384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
with:
161161
token: ${{ secrets.CODECOV_TOKEN }}
162162
working-directory: python
163-
fail_ci_if_error: true
163+
fail_ci_if_error: false
164164
flags: python-tests
165165
name: codecov-umbrella
166166
verbose: true

0 commit comments

Comments
 (0)