2019-01-23 12:29:57 +08:00
|
|
|
comment: off
|
2017-10-10 22:09:51 +08:00
|
|
|
codecov:
|
2018-12-30 13:23:53 +08:00
|
|
|
branch: master
|
|
|
|
coverage:
|
|
|
|
status:
|
2018-12-30 14:03:47 +08:00
|
|
|
patch:
|
|
|
|
default: false
|
2018-12-30 13:23:53 +08:00
|
|
|
project:
|
|
|
|
default: false # disable the default status that measures entire project
|
2018-12-30 14:03:47 +08:00
|
|
|
api: # declare a new status context "api"
|
2020-09-02 12:28:33 +08:00
|
|
|
target: 1% # we always want 35% coverage here
|
2020-09-02 01:12:44 +08:00
|
|
|
paths:
|
|
|
|
- "autoload/SpaceVim/api/" # only include coverage in "autoload/SpaceVim/api/" folder
|
2020-08-29 17:47:53 +08:00
|
|
|
plugins: # declare a new status context "api"
|
2020-09-02 12:28:33 +08:00
|
|
|
target: 1% # we always want 35% coverage here
|
2020-09-02 01:12:44 +08:00
|
|
|
paths:
|
|
|
|
- "autoload/SpaceVim/plugins/" # only include coverage in "autoload/SpaceVim/api/" folder
|
2019-01-07 12:16:35 +08:00
|
|
|
all: # declare a new status context "all"
|
2020-09-02 12:28:33 +08:00
|
|
|
target: 1% # we always want 35% coverage here
|
2020-09-02 01:12:44 +08:00
|
|
|
paths:
|
|
|
|
- "!tests/" # remove all files in "tests/"
|
|
|
|
- "!bundle/" # remove all files in "tests/"
|