diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2020-05-27 20:48:20 -0600 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2020-05-27 20:48:20 -0600 |
commit | 239befdab5b444cdbcb36abdff12efe270b3e25d (patch) | |
tree | b5eacbae52cc9cd43d96170f062df8ed9a7a1755 | |
parent | 671804035cda35211f97f6cf9f80d16152a872fd (diff) | |
download | numpy-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
-rw-r--r-- | .codecov.yml | 2 |
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 |