From 6423ffcb9aa6b266b2e570106d8e29d2c049ea30 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 20 Jul 2021 12:17:13 +0300 Subject: [PATCH] upstream change in codecov location --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1ba4047..bc119f3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,7 +52,7 @@ jobs: - early_return_for_forked_pull_requests - - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN} - run: mvn -s .circleci.settings.xml -DskipTests deploy