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

15 lines
534 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:
project:
default: false # disable the default status that measures entire project
tests: # declare a new status context "tests"
target: 100% # we always want 100% coverage here
paths: "tests/" # only include coverage in "tests/" folder
app: # declare a new status context "app"
paths: "!tests/" # remove all files in "tests/"