1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:50:06 +08:00
SpaceVim/codecov.yml
Wang Shidong b1218c3ac0
Improve statusline support for gina (#2432)
* Improve statusline support for gina

* Fix codecov

* Add support for gina diff/commit statusline
2019-01-07 23:12:49 +08:00

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