From 3d23e8aa58e4d195b2aa3f57429bf5fce41041ea Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 20 Jul 2021 12:17:17 +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 dfef702..c2bbb1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: - checkout - run: make test - run: make flow-test - - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) workflows: version: 2