Skip to content

Commit

Permalink
[ci] Fail CI when codecov could not be reported (mui#13084)
Browse files Browse the repository at this point in the history
The coverage report could previously fail silently which could leave
codecov in an indeterminate pending state. If the report fails
now CI will also fail.
  • Loading branch information
eps1lon authored and oliviertassinari committed Oct 3, 2018
1 parent df84873 commit 97a0d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
fi
- run:
name: Coverage
command: bash <(curl -s https://codecov.io/bash)
command: bash <(curl -s https://codecov.io/bash) -Z
test_material-ui-x:
<<: *defaults
steps:
Expand Down

0 comments on commit 97a0d37

Please sign in to comment.