summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRonald Bradford <ronald.bradford@gmail.com>2015-10-02 11:34:54 -0400
committerRonald Bradford <ronald.bradford@gmail.com>2015-10-06 09:14:07 -0400
commitb5e355fcecdf7727fe33e355c4f87d1971b5fef5 (patch)
tree9ca152d4a7de2060315c842a901bfb4655c99c05 /.gitignore
parent0bc2d2393ba78a2feb616a16d7878808a9e014e4 (diff)
downloadoslotest-b5e355fcecdf7727fe33e355c4f87d1971b5fef5.tar.gz
Fix coverage configuration and execution1.12.0
A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. http://lists.openstack.org/pipermail/openstack-dev/2015-October/076193.html Change-Id: Ia337cd014d4130f60a88fc988eabcc85d9142834
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cc4c84e..f6cbf5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
+cover
.tox
nosetests.xml
.testrepository