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

16 lines
551 B
YAML
Raw Normal View History

2019-01-23 12:29:57 +08:00
comment: off
2017-10-10 22:09:51 +08:00
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: 35% # we always want 35% coverage here
2019-01-07 12:16:35 +08:00
paths: "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder
all: # declare a new status context "all"
target: 25% # we always want 35% coverage here
paths: "!tests/" # remove all files in "tests/"