From 5cb33984609b363b4c6c725760007d0f2ba80eda Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Fri, 25 Apr 2025 15:10:55 -0400 Subject: [PATCH] don't fail on codecov upload for external contributor PRs (#2564) [skip ci] --- cicd/cicd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/cicd.sh b/cicd/cicd.sh index 89d746e5b..86cc4fa96 100755 --- a/cicd/cicd.sh +++ b/cicd/cicd.sh @@ -52,4 +52,4 @@ pytest -v --durations=10 \ --cov-append \ --cov-report=xml:e2e-coverage.xml -codecov upload-process -t $CODECOV_TOKEN -f e2e-coverage.xml -F e2e,pytorch-${PYTORCH_VERSION} +codecov upload-process -t $CODECOV_TOKEN -f e2e-coverage.xml -F e2e,pytorch-${PYTORCH_VERSION} || true