From 8f908a5aa999794ba91bcaffc26b4f340580ba4d Mon Sep 17 00:00:00 2001 From: jennybc Date: Mon, 3 Jul 2017 11:03:29 -0700 Subject: [PATCH] Don't let codecov fail build with "No report found to compare against" From here: https://github.com/codecov/support/issues/173#issuecomment-216067683 --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/codecov.yml b/codecov.yml index 69cb76019a..77a6459091 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1 +1,7 @@ comment: false +coverage: + status: + project: + default: + target: auto # this is default + if_not_found: success # no commit found? still set a success