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