1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
SpaceVim/codecov.yml
2018-12-30 00:03:47 -06:00

17 lines
577 B
YAML

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"
target: 70% # we always want 100% coverage here
paths: "autoload/SpaceVim/api/" # only include coverage in "tests/" folder
app: # declare a new status context "app"
paths: "!tests/" # remove all files in "tests/"