Skip to content

Commit

Permalink
Also disable the "changes" status
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed May 3, 2016
1 parent 8f03333 commit 2a37c98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a37c98

Please sign in to comment.