From 431dc6ac4068f8e5127fd7c3c26a0eb1a52491de Mon Sep 17 00:00:00 2001 From: wisererik Date: Tue, 30 Mar 2021 15:31:28 +0800 Subject: [PATCH] Optimize the codecov configuration --- codecov.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index d8aa6b984..39dbb34c3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,9 @@ comment: layout: "header, diff, tree" coverage: + range: "70...100" + precision: 2 + round: down status: - project: false + patch: false +