From 0e2d9baf39d15b29ff9d27679515d1d630090324 Mon Sep 17 00:00:00 2001 From: Steve Peak Date: Thu, 29 Sep 2016 11:33:44 -0400 Subject: [PATCH] fix yaml syntax (#512) This will fix the status for sure. The comment may be fixed as well since the yaml is now valid > CC https://github.com/codecov/support/issues/162#issuecomment-250472579 --- .codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 243d8a0..b5f7ec4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,3 +1,4 @@ comment: false -status: +coverage: + status: patch: false