From 69df174f45d98959356a76573433b007a4edd4f7 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Mon, 5 Oct 2020 12:27:25 +0900 Subject: [PATCH] Code coverage 100% --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index c8be0a06..7a6ecf3d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,9 +6,9 @@ coverage: status: project: default: - target: 95% + target: 100% patch: default: - target: 95% + target: 100% comment: false