From 6d304e5c857c3f94d4688413b7344fa97a1399f2 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Tue, 18 Feb 2020 13:45:52 -0300 Subject: [PATCH] Send the explicit commit SHA to Codecov --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51e32cc..22948e1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,4 +31,4 @@ jobs: - run: name: Upload Coverage when: on_success - command: bash <(curl -s https://codecov.io/bash) \ No newline at end of file + command: bash <(curl -s https://codecov.io/bash) -Z -C $CIRCLE_SHA1