From 239befdab5b444cdbcb36abdff12efe270b3e25d Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Wed, 27 May 2020 20:48:20 -0600 Subject: 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 --- .codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.codecov.yml') 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 -- cgit v1.2.1