Remove tests output from code coverage

Update .coveragerc to remove unit tests from the coverage results

Change-Id: I1e737a7b8ee06f533d68bd0bd2347eeb6b52afb0
This commit is contained in:
Ronald Bradford 2015-10-05 13:10:11 -04:00
parent b96691eb03
commit 98cc83a47f
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[run]
branch = True
source = futurist
omit = futurist/openstack/*
omit = futurist/tests/*,futurist/openstack/*
[report]
ignore_errors = True
precision = 2

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
cover
.tox
nosetests.xml
.testrepository