Fix project name in .coveragerc

Rename sahara to sahara_tests in .coveragerc

Change-Id: I172e24ba9873724d9cf1bad277b5c80d699ed238
This commit is contained in:
Evgeny Sikachev 2016-01-14 21:21:12 +03:00
parent d850637c4c
commit 3a5c7631af
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
[run] [run]
branch = True branch = True
source = sahara source = sahara_tests
omit = omit =
*/openstack/common/* */openstack/common/*
.tox/* .tox/*
sahara/tests/* sahara_tests/unit/*
[paths] [paths]
source = sahara source = sahara_tests
[report] [report]
ignore_errors = True ignore_errors = True