From e28683a0252752d4f56717a01cf204a1452ab6f6 Mon Sep 17 00:00:00 2001 From: SaitTalhaNisanci Date: Tue, 30 Jun 2020 11:33:21 +0300 Subject: [PATCH] Upgrade codecov orb in circleci (#3945) The only reason for this upgrade is to see if it will fix codecov pushing the coverage many times to PRs, which is cluttering the PRs. The reason for this change is that it is possible that "pushing many times" is related to codecov internals so upgrading can help. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e11f4038c..6f3b4af86 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - codecov: codecov/codecov@1.0.5 + codecov: codecov/codecov@1.1.0 azure-cli: circleci/azure-cli@1.0.0 jobs: