forked from mozilla/neqo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.codecov.yml
42 lines (39 loc) · 1.04 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
# neqo has no test coverage for its example client and server, and for the fuzzing code.
ignore:
- "fuzz"
- "neqo-bin"
- "test-fixture"
# Add any new components to the list below.
component_management:
individual_components:
- component_id: "neqo-common"
paths:
- "neqo-common/"
- component_id: "neqo-crypto"
paths:
- "neqo-crypto/"
- component_id: "neqo-http3"
paths:
- "neqo-http3/"
- component_id: "neqo-qpack"
paths:
- "neqo-qpack/"
- component_id: "neqo-transport"
paths:
- "neqo-transport/"
- component_id: "neqo-udp"
paths:
- "neqo-udp/"
# Do not notify until at least three results have been uploaded from the CI pipeline.
# (This corresponds to the three main platforms we support: Linux, macOS, and Windows.)
codecov:
notify:
after_n_builds: 3
comment:
layout: "header, diff, flags, components" # Show component info in the PR comment.
after_n_builds: 3
coverage:
status:
project:
default:
threshold: 0.05%