From 54229d1faf3f956fffdb9cd3fc2cc2d6567c19b4 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Fri, 1 Jun 2018 10:51:35 +0200 Subject: [PATCH] Problem: Still using "team bot" after installing Codecov (#2325) Solution: Remove the "team bot" from the `codecov.yml` file. I installed Codecov on all "bigchaindb" (GitHub organization) repos today, so we can remove the "team bot", according to [the Codecov docs](https://docs.codecov.io/docs/team-bot), i.e. > The best way to integrate with Codecov is to Install Codecov's GitHub Integration. > Once installed, you are done! You do not need to set a Team Bot because Codecov will use the integration to post statuses and comments. --- codecov.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3ba28a82..727c29ea 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,13 +1,6 @@ codecov: branch: master # the branch to show by default - # The help text for bot says: - # "the username that will consume any oauth requests - # must have previously logged into Codecov" - # In GitHub - BigchainDB organization settings - Third-party access, - # it says, for Codecov: "approval requested by r-marques" - bot: r-marques - coverage: precision: 2 round: down