Skip to content

Commit 455798a

Browse files
authored
Ignore failures to upload codecov results (#2326)
Related: codecov/codecov-action#598
1 parent 3a0cbb5 commit 455798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
uses: codecov/codecov-action@v3
238238
with:
239239
name: ${{ matrix.tox_env }}
240-
fail_ci_if_error: true # optional (default = false)
240+
fail_ci_if_error: false # see https://github.com/codecov/codecov-action/issues/598
241241
verbose: true # optional (default = false)
242242
- name: Archive logs
243243
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)