1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 12:50:04 +08:00

Update range

This commit is contained in:
Shidong Wang 2019-01-07 12:16:35 +08:00
parent 3b3c791c51
commit 6d1777c3b3

View File

@ -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/"