From 50304eed8d35ef448a34cfe21bc8a3fd6c8df50d Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 29 Jun 2021 16:00:19 +0300 Subject: [PATCH] moving codecov bash executor to the repository relying on the contents of the github repo directly --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b9bade5..dfef702 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://codecov.io/bash) + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) workflows: version: 2