From f69c03b3da9a775e3ee4af54553b33e15657e629 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 22 Jun 2018 00:21:04 +0200 Subject: [PATCH] Enable Codecov status API It was disabled in 68d20201, but likely accidentally - although there was an issue for it already: https://github.com/encode/django-rest-framework/issues/4594, but I think it is really nice to have feedback on how much of a diff is covered etc - you can still merge PRs, especially when it is not configured to be a required check. I've intentionally left "comment: off", since that triggers notifications (although I like it personally since it means that CI is finished and there is a coverage report). --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index d7436ab05..a0a308588 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ coverage: status: - project: false - patch: false - changes: false + project: true + patch: true + changes: true comment: off