Skip to content

Commit

Permalink
explicitly set commit SHA and fail build if coverage could not get up…
Browse files Browse the repository at this point in the history
…loaded
  • Loading branch information
lbalmaceda committed Oct 23, 2018
1 parent 975e6ad commit 7ac7419
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 @@ -17,7 +17,7 @@ jobs:
- run:
name: Upload Coverage
when: on_success
command: bash <(curl -s https://codecov.io/bash)
command: bash <(curl -s https://codecov.io/bash) -Z -C $CIRCLE_SHA1
- save_cache:
paths:
- ~/.m2
Expand Down

0 comments on commit 7ac7419

Please sign in to comment.