-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.codecov.yml
39 lines (36 loc) · 1013 Bytes
/
.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
codecov:
require_ci_to_pass: false
ignore:
- core/src/state/tests.rs
- core/src/base/tests.rs
- core/src/transport/tests.rs
- core/src/transport/tests
- core/src/delegate/mock.rs
- core/src/error.rs
- transports/net/src/tests.rs
- transports/net/src/tests
- transports/net/src/error.rs
- transports/net/tests
- transports/quic/src/tests.rs
- transports/quic/src/tests
- transports/quic/tests
- transports/quic/src/stream_layer/quinn/error.rs
- transports/quic/src/stream_layer/s2n/error.rs
- memberlist/tests
coverage:
status:
project: # Overall project status
default:
target: auto
if_not_found: success
only_pulls: false
patch: # Status for the patch in pull requests
default:
target: auto
if_not_found: success
only_pulls: true
changes: false # Whether to comment on the coverage changes in pull requests
comment:
layout: "header, diff, files, footer"
behavior: default
require_changes: false