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 61ebcf9 commit 7f583dfCopy full SHA for 7f583df
.circleci/config.yml
@@ -296,7 +296,7 @@ jobs:
296
CODECOV_TOKEN: fb4c4a94-72d7-4743-bb08-af25b623a29a
297
command: |
298
if [[ -f doc/_build/test-results/test-doc/coverage.xml ]]; then
299
- bash <(curl -s https://codecov.io/bash) -f doc/_build/test-results/test-doc/coverage.xml
+ bash <(curl -s https://codecov.io/bash) -f doc/_build/test-results/test-doc/coverage.xml || true
300
fi
301
# Save the SG RST
302
- store_artifacts:
0 commit comments