summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-04-13 18:56:30 -0600
committerGitHub <noreply@github.com>2021-04-13 18:56:30 -0600
commit5917aece0a3ca9c48a35dd26f5007dd24eabf75c (patch)
tree78be0464b674b15b86e22d50d03dd0d519488093
parent15af934150a6ffb7bc120d345e98f05c11cc9c8e (diff)
parent645b3045d21f2f209e5ff6dd3b9c6ec4eaa28c20 (diff)
downloadnumpy-5917aece0a3ca9c48a35dd26f5007dd24eabf75c.tar.gz
Merge pull request #18772 from seberg/codecov-tweaks
CI: Use informational mode for codecov
-rw-r--r--.codecov.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.codecov.yml b/.codecov.yml
index 8c19f9e8e..165b3099d 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -6,8 +6,9 @@ coverage:
status:
project:
default:
- # Require 1% coverage, i.e., always succeed
- target: 1
- patch: true
+ informational: true
+ patch:
+ default:
+ informational: true
changes: false
comment: off