diff options
author | Valery Piashchynski <[email protected]> | 2020-12-15 14:14:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-15 14:14:32 +0300 |
commit | 323a4f7157b08557d268c7f5cbc23fee2ab03389 (patch) | |
tree | e8cc2745048de52218bb0f8d451d8a10def34cef /codecov.yml | |
parent | 091b4f56996d12235f7de6ab1b15ea1ee69d1d7d (diff) |
Update codecov, add psr-bench-worker.php for benches
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/codecov.yml b/codecov.yml index e34b27ea..75e92a5f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,12 @@ coverage: status: - project: on - patch: on
\ No newline at end of file + project: + default: + target: auto + threshold: 0% + informational: true + patch: + default: + target: auto + threshold: 0% + informational: true
\ No newline at end of file |