-
Notifications
You must be signed in to change notification settings - Fork 46
/
.coveragerc
47 lines (46 loc) · 997 Bytes
/
.coveragerc
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
[run]
source =
ion
[report]
omit =
*/test/*
*/core/containerui*
*/shell_utils*
*/cei/*
*/bootstrap/*loader*
*/util/*datastore*
*/example*
*/agent_cmd_util*
*/port_agent_packet*
*/port_agent_helper*
*/logger_process*
*/observatory/constraint*
*/parameter_yaml_IO*
*/granule_utils*
*/transforms/poll*
*/oms_simulator_server*
*/cgsn_simulator*
*/load_csv*
*/gviz_api*
*/SBE37_SMP_simulator*
*/geo_utils*
*/preservation_management_service*
*/utility/jsonify*
*/util/parameter_loader*
*/simple_dispatcher*
*/granule/taxonomy*
*/bootstrap_exchange*
*/import_dataset*
*/last_update_cache*
*/raw_stream_publisher*
*/simple_granule_logger*
*/event_triggered_transform*
*/logical_transform*
*/vis_stream_launcher*
*/container_profiler*
*/agent_management_service*
*/resource_tree*
*/util/path*
*/util/h5debug*
[html]
directory = coverage_results