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
34 lines (32 loc) · 899 Bytes
/
codecov.yml
File metadata and controls
34 lines (32 loc) · 899 Bytes
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
coverage:
status:
project: off
patch:
default:
threshold: "1%"
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]
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/**