From ab9b1a91d42971e5e6db90216daa4e81a252587b Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 14 Nov 2022 21:18:14 +0800 Subject: [PATCH] chore: turn-off codecov's patch comment (#498) * chore: turn-off codecov's patch comment Signed-off-by: Ruihang Xia * chore: fix style Signed-off-by: Ruihang Xia Signed-off-by: Ruihang Xia --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 464654c8f5..cdd5d34113 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,5 +4,6 @@ coverage: project: default: threshold: 1% + patch: off ignore: - "**/error*.rs" # ignore all error.rs files