-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathcodecov.yml
121 lines (116 loc) · 2.83 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
coverage:
status:
project: off
patch: off
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: false
require_base: false
ignore:
- "dev-tools/**"
component_management:
individual_components:
- component_id: scuffle-aac
name: scuffle-aac
paths:
- crates/aac/**
- component_id: scuffle-amf0
name: scuffle-amf0
paths:
- crates/amf0/**
- component_id: scuffle-av1
name: scuffle-av1
paths:
- crates/av1/**
- component_id: scuffle-batching
name: scuffle-batching
paths:
- crates/batching/**
- component_id: scuffle-bootstrap
name: scuffle-bootstrap
paths:
- crates/bootstrap/**
- component_id: scuffle-bytes-util
name: scuffle-bytes-util
paths:
- crates/bytes-util/**
- component_id: scuffle-context
name: scuffle-context
paths:
- crates/context/**
- component_id: scuffle-expgolomb
name: scuffle-expgolomb
paths:
- crates/expgolomb/**
- component_id: scuffle-ffmpeg
name: scuffle-ffmpeg
paths:
- crates/ffmpeg/**
- component_id: scuffle-flv
name: scuffle-flv
paths:
- crates/flv/**
- component_id: scuffle-future-ext
name: scuffle-future-ext
paths:
- crates/future-ext/**
- component_id: scuffle-h3-webtransport
name: scuffle-h3-webtransport
paths:
- crates/h3-webtransport/**
- component_id: nutype-enum
name: nutype-enum
paths:
- crates/nutype_enum/**
# - component_id: scuffle-h264
# name: scuffle-h264
# paths:
# - crates/h264/**
# - component_id: scuffle-h265
# name: scuffle-h265
# paths:
# - crates/h265/**
- component_id: scuffle-http
name: scuffle-http
paths:
- crates/http/**
- component_id: scuffle-metrics
name: scuffle-metrics
paths:
- crates/metrics/**
# - component_id: scuffle-mp4
# name: scuffle-mp4
# paths:
# - crates/mp4/**
- component_id: postcompile
name: postcompile
paths:
- crates/postcompile/**
- component_id: scuffle-pprof
name: scuffle-pprof
paths:
- crates/pprof/**
# - component_id: scuffle-rtmp
# name: scuffle-rtmp
# paths:
# - crates/rtmp/**
- component_id: scuffle-settings
name: scuffle-settings
paths:
- crates/settings/**
- component_id: scuffle-signal
name: scuffle-signal
paths:
- crates/signal/**
# - component_id: scuffle-transmuxer
# name: scuffle-transmuxer
# paths:
# - crates/transmuxer/**