summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-15 14:14:32 +0300
committerValery Piashchynski <[email protected]>2020-12-15 14:14:32 +0300
commit323a4f7157b08557d268c7f5cbc23fee2ab03389 (patch)
treee8cc2745048de52218bb0f8d451d8a10def34cef /codecov.yml
parent091b4f56996d12235f7de6ab1b15ea1ee69d1d7d (diff)
Update codecov, add psr-bench-worker.php for benches
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml12
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