Skip to content

Commit 7774317

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Exclude files from coverage check, improve overall result"
2 parents 705f9ba + 09412db commit 7774317

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.coveragerc

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
[run]
22
branch = True
33
source = neutron
4-
omit = neutron/tests/*
4+
omit =
5+
neutron/tests/*
6+
neutron/cmd/eventlet/agents/dhcp.py
7+
neutron/cmd/eventlet/agents/l3.py
8+
neutron/cmd/eventlet/agents/metadata.py
9+
neutron/cmd/eventlet/agents/ovn_metadata.py
10+
neutron/cmd/eventlet/agents/ovn_neutron_agent.py
11+
neutron/cmd/eventlet/plugins/linuxbridge_neutron_agent.py
12+
neutron/cmd/eventlet/plugins/macvtap_neutron_agent.py
13+
neutron/cmd/eventlet/plugins/ovs_neutron_agent.py
14+
neutron/cmd/eventlet/plugins/sriov_nic_neutron_agent.py
15+
neutron/cmd/pd_notify.py
16+
neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/api.py
17+
neutron/services/loki/loki_plugin.py
518

619
[report]
720
ignore_errors = True

0 commit comments

Comments
 (0)