Skip to content

Commit b7cfbcf

Browse files
authored
do not break the build if codecov fails (#1741)
1 parent a5682c0 commit b7cfbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
with:
163163
flags: py-unittests
164164
name: py-opentimelineio-codecov
165-
fail_ci_if_error: true
165+
fail_ci_if_error: false
166166
env:
167167
# based on: https://github.com/codecov/codecov-action?tab=readme-ov-file#usage
168168
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)