-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodecov.yml
43 lines (39 loc) · 1.42 KB
/
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
36
37
38
39
40
41
42
43
# 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:
- '**/*.svg'
- 'media-experiments.php'
- 'inc/templates'
- 'inc/class-blurhash.php'
- 'inc/default-filters.php'
- 'packages/editor/src/preferences-modal/preference-base-option'
- 'packages/editor/src/preferences-modal/preferences-modal'
- 'packages/editor/src/preferences-modal/preferences-modal-section'
- 'packages/editor/src/preferences-modal/preferences-modal-tabs'
- 'packages/editor/src/preferences-modal/tabs'