Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[build] Don't allow codecov to fail a CI job #15248

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,7 @@ jobs:
- run:
name: Upload coverage results to codecov.io
command: |
curl -sSfL -o codecov https://codecov.io/bash
chmod +x codecov
./codecov -c
bash <(curl -sSfL https://codecov.io/bash) || echo 'Codecov failed to upload'
- run:
name: Upload coverage metrics to s3
command: |
Expand Down