diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-07-23 11:21:04 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-07-23 11:21:04 +0200 |
commit | 1daa863218623fd0ea14f6a00d983cc109445ac7 (patch) | |
tree | 97dccc4cfe4708fbf04a01ffd661bc99449b1e57 /.codecov.yml | |
parent | a9c8f9270b21f66850987560364e6189a9fd0253 (diff) | |
download | qutebrowser-1daa863218623fd0ea14f6a00d983cc109445ac7.tar.gz qutebrowser-1daa863218623fd0ea14f6a00d983cc109445ac7.zip |
Add yamllint
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.codecov.yml b/.codecov.yml index 47e3c919c..8646cac9a 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,7 +1,7 @@ coverage: status: - project: off - patch: off - changes: off + project: false + patch: false + changes: false -comment: off +comment: false |