1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:20:05 +08:00

Update codecov file (#3736)

This commit is contained in:
Wang Shidong 2020-08-29 17:47:53 +08:00 committed by GitHub
parent 4e4ca32f4a
commit e6b3161369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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