Excluding tests from coverage report

Currently, the coverage report is including test files
which incorrectly reports our total line coverage.

Change-Id: I486e06f83ece72c05376db875c26f9e8a58527eb
This commit is contained in:
John Vrbanac
2015-04-20 13:58:33 -05:00
parent 1c479fa865
commit e24ed33e15

View File

@@ -1,3 +1,3 @@
[run]
branch = True
omit = barbicanclient/openstack/*
omit = barbicanclient/openstack/*,barbicanclient/tests/*