forked from WordPress/plugin-check
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
35 lines (31 loc) · 861 Bytes
/
codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Overall settings for PR integration via codecov.io
# 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: 5%
# Patch-level coverage (how well is the PR tested)
patch:
default:
base: auto
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:
- drop-ins
- runtime-content
- tests