We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1c7ac commit 5cb3398Copy full SHA for 5cb3398
cicd/cicd.sh
@@ -52,4 +52,4 @@ pytest -v --durations=10 \
52
--cov-append \
53
--cov-report=xml:e2e-coverage.xml
54
55
-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
0 commit comments