mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 03:00:06 +08:00
21 lines
825 B
YAML
21 lines
825 B
YAML
comment: off
|
|
codecov:
|
|
branch: master
|
|
coverage:
|
|
status:
|
|
patch:
|
|
default: false
|
|
project:
|
|
default: false # disable the default status that measures entire project
|
|
api: # declare a new status context "api"
|
|
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: 20% # we always want 35% coverage here
|
|
paths: "!tests/" # remove all files in "tests/"
|
|
ignore:
|
|
- "bundle/" # ignore folders and all its contents
|