From f404fda29c3c88e344db20f85cab7c51ef44ccdf Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 10 Jul 2018 16:32:47 +0200 Subject: [PATCH] codecov: enable status for patch/changes, comment: diff (#6080) Ref: https://github.com/encode/django-rest-framework/pull/6077#issuecomment-403838095 This is https://github.com/encode/django-rest-framework/pull/6050 without the project status, and fixes/improves the comment added in https://github.com/encode/django-rest-framework/pull/6077. --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 3f0898292..edccd5c35 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,8 @@ coverage: status: project: false - patch: false - changes: false + patch: true + changes: true comment: - layout: "reach" + layout: "diff"