don't fail on codecov upload for external contributor PRs (#2564) [skip ci]

This commit is contained in:
Wing Lian
2025-04-25 15:10:55 -04:00
committed by GitHub
parent ae1c7ace63
commit 5cb3398460

View File

@@ -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