diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-31 03:52:59 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-31 03:52:59 +0400 |
commit | 9fa52400a448d513ebb8a126dfa5efc2c0ecb8ae (patch) | |
tree | 1becb21f7da3de4b33c30536c79b706297694f43 /codecov.yml | |
parent | d3c79c76b75bfadbac5a4f6817b03fab88e34a00 (diff) | |
download | kit-9fa52400a448d513ebb8a126dfa5efc2c0ecb8ae.zip |
[CI] Disable coverage
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/codecov.yml b/codecov.yml index 8478b39..35cde5c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,4 @@ coverage: status: - project: - default: - threshold: 2% + project: off patch: off |