diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2021-04-13 17:40:25 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2021-04-13 19:12:04 -0500 |
commit | 645b3045d21f2f209e5ff6dd3b9c6ec4eaa28c20 (patch) | |
tree | a3c0d14a9a8a0fcf93ec605a47c82210c87588cd /.codecov.yml | |
parent | 4c780c2d4b35a54cf45ca7d931efcaca73d0bf24 (diff) | |
download | numpy-645b3045d21f2f209e5ff6dd3b9c6ec4eaa28c20.tar.gz |
CI: Use informational mode for codecov
[skip CI]
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 7 |
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 |