mirror of
https://hk.gh-proxy.com/https://github.com/mcp-wp/mcp-server.git
synced 2025-10-03 21:21:17 +08:00
34 lines
1,017 B
YAML
34 lines
1,017 B
YAML
# Overall settings for PR integration via codecov.com
|
|
# See https://docs.codecov.com/docs/codecovyml-reference
|
|
|
|
# Separate PR statuses for project-level and patch-level coverage
|
|
# See https://docs.codecov.com/docs/commit-status
|
|
coverage:
|
|
status:
|
|
# Project-level coverage
|
|
project:
|
|
default:
|
|
base: auto
|
|
# Disable once code base is more mature.
|
|
informational: true
|
|
only_pulls: true
|
|
target: auto
|
|
threshold: 10%
|
|
|
|
# Patch-level coverage (how well is the PR tested)
|
|
patch:
|
|
default:
|
|
base: auto
|
|
# Disable once code base is more mature.
|
|
informational: true
|
|
only_pulls: true
|
|
target: auto
|
|
threshold: 50%
|
|
|
|
# Pull request comments
|
|
# See https://docs.codecov.com/docs/pull-request-comments
|
|
comment: false
|
|
|
|
# See https://docs.codecov.com/docs/ignoring-paths
|
|
ignore:
|
|
- 'mcp.php'
|