Skip to content

Commit 7f583df

Browse files
authored
FIX: Tolerate bad coverage.xml (#13236)
1 parent 61ebcf9 commit 7f583df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
CODECOV_TOKEN: fb4c4a94-72d7-4743-bb08-af25b623a29a
297297
command: |
298298
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
299+
bash <(curl -s https://codecov.io/bash) -f doc/_build/test-results/test-doc/coverage.xml || true
300300
fi
301301
# Save the SG RST
302302
- store_artifacts:

0 commit comments

Comments
 (0)