summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRonald Bradford <ronald.bradford@gmail.com>2015-10-01 09:45:17 -0400
committerRonald Bradford <ronald.bradford@gmail.com>2015-10-05 17:23:48 -0400
commit1c72e1869ded6a48f0cba7c8a022eb9769ec3dde (patch)
treea1a461194e752415c343216d44650bfdeb344984 /.gitignore
parent67ec67698074ef54c9c474228fec92b68015f884 (diff)
downloadoslo-middleware-1c72e1869ded6a48f0cba7c8a022eb9769ec3dde.tar.gz
Fix coverage configuration and execution
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: I2ee48d5b987cc26fe2de6d538ab278821100b278
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1399c98..ed88334 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ pip-log.txt
# Unit test / coverage reports
.coverage
+cover
.tox
nosetests.xml
.testrepository
@@ -48,4 +49,4 @@ ChangeLog
# Editors
*~
-.*.swp \ No newline at end of file
+.*.swp