summaryrefslogtreecommitdiff
path: root/.codecov.yml
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2020-05-27 20:48:20 -0600
committerTyler Reddy <tyler.je.reddy@gmail.com>2020-05-27 20:48:20 -0600
commit239befdab5b444cdbcb36abdff12efe270b3e25d (patch)
treeb5eacbae52cc9cd43d96170f062df8ed9a7a1755 /.codecov.yml
parent671804035cda35211f97f6cf9f80d16152a872fd (diff)
downloadnumpy-239befdab5b444cdbcb36abdff12efe270b3e25d.tar.gz
TST, CI: turn on codecov patch diffs
* given discussion in gh-16405, and activation of the codecov app instead of webhook, try turning on patch diffs again to show the coverage for a given PR * not sure if this will show any change before the `yml` is in master; could maybe test on fork initially if needed
Diffstat (limited to '.codecov.yml')
-rw-r--r--.codecov.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml
index d92d54c9d..8c19f9e8e 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -8,6 +8,6 @@ coverage:
default:
# Require 1% coverage, i.e., always succeed
target: 1
- patch: false
+ patch: true
changes: false
comment: off