From 6d1777c3b3f2e09fb62bd1ba7849ce49c49694da Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Mon, 7 Jan 2019 12:16:35 +0800 Subject: [PATCH] Update range --- codecov.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/codecov.yml b/codecov.yml index 437f430bf..69380e697 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,12 +11,6 @@ coverage: default: false # disable the default status that measures entire project api: # declare a new status context "api" target: 35% # we always want 100% coverage here - paths: "autoload/SpaceVim/api/" # only include coverage in "tests/" folder - leyer: # declare a new status context "api" - target: 35% # we always want 100% coverage here - paths: "autoload/SpaceVim/layers/" # only include coverage in "tests/" folder - plugins: # declare a new status context "api" - target: 35% # we always want 100% coverage here - paths: "autoload/SpaceVim/plugins/" # only include coverage in "tests/" folder - all: # declare a new status context "app" + paths: "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder + all: # declare a new status context "all" paths: "!tests/" # remove all files in "tests/"