diff options
author | James McCoy <jamessan@jamessan.com> | 2018-02-07 07:51:22 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2018-02-07 07:51:22 -0500 |
commit | d071578ed08612c77246bd67ef167ef350342755 (patch) | |
tree | f593786f4fb9947891506bfa555e356e3138898e | |
parent | 9fdd5d7f033941f28bd22b5a0f8c44e96e4dd3ef (diff) | |
download | rneovim-d071578ed08612c77246bd67ef167ef350342755.tar.gz rneovim-d071578ed08612c77246bd67ef167ef350342755.tar.bz2 rneovim-d071578ed08612c77246bd67ef167ef350342755.zip |
codecov: Report coverage even if some CI failed
-rw-r--r-- | codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codecov.yml b/codecov.yml index 0b3de06b97..481eea89ee 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ codecov: notify: - require_ci_to_pass: yes + require_ci_to_pass: no ci: - appveyor - travis |