From e7bf03518603f8a5b6f1750dd6308ab6cfd010d9 Mon Sep 17 00:00:00 2001 From: Huang YunKun Date: Thu, 26 Apr 2018 10:48:55 +0800 Subject: [PATCH] add pull request coverage check and set threshold as 0.1% --- .codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 0423644d56d..d87923f1455 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,8 @@ +coverage: + status: + # pull-requests only + patch: + default: + threshold: 0.1% ignore: - "dubbo-demo/.*" \ No newline at end of file