Skip to content

Commit

Permalink
TST, CI: turn on codecov patch diffs
Browse files Browse the repository at this point in the history
* given discussion in numpygh-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
  • Loading branch information
tylerjereddy committed May 28, 2020
1 parent 6718040 commit 239befd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ coverage:
default:
# Require 1% coverage, i.e., always succeed
target: 1
patch: false
patch: true
changes: false
comment: off

0 comments on commit 239befd

Please sign in to comment.