forked from alibaba/Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
47 lines (47 loc) · 1.48 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
44
45
46
47
ignore:
- "sentinel-demo/.*"
- "sentinel-dashboard/.*"
- "sentinel-benchmark/.*"
- "sentinel-transport/.*"
- "sentinel-core/src/main/java/com/alibaba/csp/sentinel/eagleeye/*"
comment: # this is a top-level key
layout: " condensed_header, diff, condensed_files, components, condensed_footer"
behavior: default
require_changes: false # 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]
hide_project_coverage: false # [true :: only show coverage on the git diff]
component_management:
individual_components:
- component_id: sentinel-adapter # this is an identifier that should not be changed
name: sentinel-adapter # this is a display name, and can be changed freely
paths:
- sentinel-adapter
- component_id: sentinel-cluster
name: sentinel-cluster
paths:
- sentinel-cluster
- component_id: sentinel-core
name: sentinel-core
paths:
- sentinel-core
- component_id: sentinel-extension
name: sentinel-extension
paths:
- sentinel-extension
- component_id: sentinel-logging
name: sentinel-logging
paths:
- sentinel-logging
coverage:
status:
project:
default:
target: auto
threshold: 0.5%
base: auto
patch:
default:
target: 60%
threshold: 1%
base: auto