From 451cc06714fe0d1a17e6e3e34701b8f8b8ad68a2 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 29 Jun 2021 16:00:21 +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 ccbdce6..9bf3550 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,7 +27,7 @@ jobs: - checkout - run: make test - early_return_for_forked_pull_requests - - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN} + - run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-action/master/codecov) -t ${CODECOV_TOKEN} workflows: version: 2