-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathcodecov.yml
More file actions
79 lines (79 loc) · 2.04 KB
/
codecov.yml
File metadata and controls
79 lines (79 loc) · 2.04 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
69
70
71
72
73
74
75
76
77
78
79
comment:
layout: "condensed_header, condensed_files, diff, components, condensed_footer"
component_management:
individual_components:
- component_id: tectonic
paths:
- "src/**"
- component_id: bridge_core
paths:
- "crates/bridge_core/**"
- component_id: bridge_flate
paths:
- "crates/bridge_flate/**"
- component_id: bridge_fontconfig
paths:
- "crates/bridge_fontconfig/**"
- component_id: bridge_freetype2
paths:
- "crates/bridge_freetype2/**"
- component_id: bridge_graphite2
paths:
- "crates/bridge_graphite2/**"
- component_id: bridge_harfbuzz
paths:
- "crates/bridge_harfbuzz/**"
- component_id: bridge_icu
paths:
- "crates/bridge_icu/**"
- component_id: bridge_png
paths:
- "crates/bridge_png/**"
- component_id: bundles
paths:
- "crates/bundles/**"
- component_id: cfg_support
paths:
- "crates/cfg_support/**"
- component_id: dep_support
paths:
- "crates/dep_support/**"
- component_id: docmodel
paths:
- "crates/docmodel/**"
- component_id: engine_bibtex
paths:
- "crates/engine_bibtex/**"
- component_id: engine_spx2html
paths:
- "crates/engine_spx2html/**"
- component_id: engine_xdvipdfmx
paths:
- "crates/engine_xdvipdfmx/**"
- component_id: engine_xetex
paths:
- "crates/engine_xetex/**"
- component_id: errors
paths:
- "crates/errors/**"
- component_id: geturl
paths:
- "crates/geturl/**"
- component_id: io_base
paths:
- "crates/io_base/**"
- component_id: pdf_io
paths:
- "crates/pdf_io/**"
- component_id: status_base
paths:
- "crates/status_base/**"
- component_id: xdv
paths:
- "crates/xdv/**"
- component_id: xetex_format
paths:
- "crates/xetex_format/**"
- component_id: xetex_layout
paths:
- "crates/xetex_layout/**"