From acf2ac46a3bdc83d11e96e7f337783fcf197be61 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Sun, 22 Mar 2020 15:01:27 -0400 Subject: [PATCH] Update Codecov yaml with proper indentation (#6156) `project` should be a child of `status`, this might be why `comment` isn't being properly handled. --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 34bc965d211..305e0f1218c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,7 +3,7 @@ coverage: - src/gen/.* status: patch: false - project: - default: - threshold: 0.005 + project: + default: + threshold: 0.005 comment: false