mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +08:00
15 lines
534 B
YAML
15 lines
534 B
YAML
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/"
|