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

Commit

Permalink
[build] Don't allow codecov to fail a CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbunny committed Jul 29, 2019
1 parent 6f0cda8 commit 1c9f11a
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 1c9f11a

Please sign in to comment.