mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 01:48:30 +07:00
Disable patch and change status updates. Don't wait for appveyor. Set the coverage target to 90%.
12 lines
140 B
YAML
12 lines
140 B
YAML
codecov:
|
|
ci:
|
|
- "!ci.appveyor.com"
|
|
coverage:
|
|
status:
|
|
patch: false
|
|
project:
|
|
default:
|
|
target: 90
|
|
|
|
comment: false
|