-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
codecov.yml
75 lines (70 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
coverage:
status:
project:
default:
target: auto
threshold: 10%
github_checks:
annotations: false
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
comment:
layout: "header, diff, files, components"
behavior: default
require_changes: false
require_head: no
require_base: no
ignore:
- "dev-tools/**"
component_management:
individual_components:
- component_id: scuffle-batching
name: scuffle-batching
paths:
- crates/batching/**
- component_id: scuffle-bootstrap
name: scuffle-bootstrap
paths:
- crates/bootstrap/**
- component_id: scuffle-context
name: scuffle-context
paths:
- crates/context/**
- component_id: scuffle-ffmpeg
name: scuffle-ffmpeg
paths:
- crates/ffmpeg/**
- component_id: scuffle-h3-webtransport
name: scuffle-h3-webtransport
paths:
- crates/h3-webtransport/**
- component_id: scuffle-http
name: scuffle-http
paths:
- crates/http/**
- component_id: scuffle-metrics
name: scuffle-metrics
paths:
- crates/metrics/**
- component_id: scuffle-pprof
name: scuffle-pprof
paths:
- crates/pprof/**
- component_id: scuffle-settings
name: scuffle-settings
paths:
- crates/settings/**
- component_id: scuffle-signal
name: scuffle-signal
paths:
- crates/signal/**
- component_id: postcompile
name: postcompile
paths:
- crates/postcompile/**
- component_id: scuffle-image-processor
name: scuffle-image-processor
paths:
- crates/image-processor/**