-
Notifications
You must be signed in to change notification settings - Fork 9
/
.tarpaulin.toml
46 lines (46 loc) · 954 Bytes
/
.tarpaulin.toml
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
[coverage]
exclude = [
"example-util",
"console",
"console-views",
"demand-lane",
"demand-map-lane",
"value-lane",
"map-lane",
"command-lane",
"value-store",
"map-store",
"supply-lane",
"value-lane-persistence",
"map-lane-persistence",
"value-store-persistence",
"map-store-persistence",
"event-downlink",
"value-downlink",
"map-downlink",
"local-downlink",
"http-lane",
"transit",
"transit-model",
"tutorial-app",
"tutorial-app-model",
"tutorial-app-generator",
"join_map",
"join_value",
"aggregations",
"time_series",
"swimos_form_derive",
"swimos_agent_derive",
"swimos_macro_utilities",
"example_client_2_2",
"example_server_2_2",
"example_client_2_3",
"example_server_2_3"
]
workspace = true
avoid-cfg-tarpaulin = true
profile = "ci"
ignore-tests = true
out = ["Xml"]
timeout = "600s"
all-features = true