From 21fa9adeda74507b323f3654e93b66b9af45a17c Mon Sep 17 00:00:00 2001 From: avkr003 Date: Sat, 5 Oct 2024 19:08:48 +0530 Subject: [PATCH] reducing minimum requirement to 10% for testing --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index c7acf315..1175b499 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,7 +17,7 @@ coverage: keeper: paths: - "x/**/keeper/" - target: 90% + target: 10% ignore: - "**/*.pb*"