Skip to content

Commit 5cb3398

Browse files
authored
don't fail on codecov upload for external contributor PRs (axolotl-ai-cloud#2564) [skip ci]
1 parent ae1c7ac commit 5cb3398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/cicd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ pytest -v --durations=10 \
5252
--cov-append \
5353
--cov-report=xml:e2e-coverage.xml
5454

55-
codecov upload-process -t $CODECOV_TOKEN -f e2e-coverage.xml -F e2e,pytorch-${PYTORCH_VERSION}
55+
codecov upload-process -t $CODECOV_TOKEN -f e2e-coverage.xml -F e2e,pytorch-${PYTORCH_VERSION} || true

0 commit comments

Comments
 (0)