forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
68 lines (63 loc) · 1.54 KB
/
codecov.yml
File metadata and controls
68 lines (63 loc) · 1.54 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
coverage:
status:
project:
default:
threshold: "0%"
informational: true
react:
threshold: "0%"
paths:
- packages/react
rspeedy:
threshold: "0%"
paths:
- packages/rspeedy
webpack:
threshold: "0%"
paths:
- packages/webpack
web-platform:
threshold: "0%"
paths:
- packages/web-platform
patch:
default:
threshold: "1%"
fixes:
- "/home/runner/_work/lynx-stack::"
parsers:
javascript:
enable_partials: yes
github_checks:
annotations: false
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
behavior: default
require_changes: true # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
require_bundle_changes: true # for web-explorer
component_management:
default_rules: # default rules that will be inherited by all components
statuses:
- type: project
target: auto
- type: patch
threshold: "1%"
individual_components:
- component_id: react
name: React
paths:
- packages/react/**
- component_id: rspeedy
name: Rspeedy
paths:
- packages/rspeedy/**
- component_id: webpack
name: Webpack
paths:
- packages/webpack/**
- component_id: web
name: Web Platform
paths:
- packages/web-platform/**