dragonflow/.coveragerc
Deepak ac3d811900 Update .coveragerc after the removal of openstack directory
The openstack directory was used to keep codes from oslo-incubator,
we have retired oslo-incubator,so don't use this directory any more.

Change-Id: I846087668e5291521632e941250b0df4a1b87521
2016-10-17 16:53:51 +05:30

8 lines
97 B
INI

[run]
branch = True
source = dragonflow
omit = dragonflow/tests/*
[report]
ignore_errors = True