1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:50:05 +08:00
SpaceVim/codecov.yml

23 lines
970 B
YAML
Raw Normal View History

2017-10-10 22:09:51 +08:00
comment:
layout: "header, diff, changes, uncovered"
behavior: default # update if exists else create new
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"
2019-01-06 13:36:33 +08:00
target: 35% # we always want 100% coverage here
paths: "autoload/SpaceVim/api/" # only include coverage in "tests/" folder
2019-01-06 13:36:33 +08:00
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: "!tests/" # remove all files in "tests/"