From 7ac7419db3b3ac19b1fd7332699808b8a055863a Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 23 Oct 2018 12:47:18 -0300 Subject: [PATCH] explicitly set commit SHA and fail build if coverage could not get uploaded --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8e190685..9615ec3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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