futurist/.coveragerc
Ronald Bradford 98cc83a47f Remove tests output from code coverage
Update .coveragerc to remove unit tests from the coverage results

Change-Id: I1e737a7b8ee06f533d68bd0bd2347eeb6b52afb0
2015-10-05 13:10:11 -04:00

9 lines
128 B
INI

[run]
branch = True
source = futurist
omit = futurist/tests/*,futurist/openstack/*
[report]
ignore_errors = True
precision = 2