From c1a6da9aaa27d5b215fe5cc35498fd9c1793b1bf Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 24 Jul 2016 15:06:05 +0200 Subject: [PATCH] configure codecov.io For $reasons codecov.io stopped working. Now with my account explicitly set as "bot" it works again. --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/codecov.yml b/codecov.yml index 50302f9..3f03c93 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,16 @@ +codecov: + bot: patkan + coverage: + status: + project: + default: # status context + target: auto + threshold: "1%" + patch: + default: + target: auto + threshold: "1%" range: "60...100" comment: off