From 2a37c98afdb39b972d4f77c2eb54755a52ac58b5 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 3 May 2016 14:10:09 +0200 Subject: [PATCH] Also disable the "changes" status --- codecov.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 74a80e594ae..c293219ba7d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,11 +11,12 @@ coverage: - "numba/hsa/.*" status: - # This check can mark a build failed if too much new code - # is not covered (which happens often with JITted functions). - patch: false project: default: # The build fails if total project coverage drops by more than 3% target: auto threshold: "3%" + # These checks can mark a build failed if too much new code + # is not covered (which happens often with JITted functions). + changes: false + patch: false