From e6b31613692c4bad4122e5dc5469e8dbaa6b9e46 Mon Sep 17 00:00:00 2001 From: Wang Shidong Date: Sat, 29 Aug 2020 17:47:53 +0800 Subject: [PATCH] Update codecov file (#3736) --- codecov.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index bbe54f763..356490ee6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,8 +8,13 @@ coverage: project: default: false # disable the default status that measures entire project api: # declare a new status context "api" - target: 35% # we always want 35% coverage here + target: 20% # we always want 35% coverage here paths: "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder + plugins: # declare a new status context "api" + target: 20% # we always want 35% coverage here + paths: "autoload/SpaceVim/plugins/" # only include coverage in "autoload/SpaceVim/api/" folder all: # declare a new status context "all" - target: 25% # we always want 35% coverage here + target: 20% # we always want 35% coverage here paths: "!tests/" # remove all files in "tests/" +ignore: + - "bundle/" # ignore folders and all its contents