diff options
author | Ronald Bradford <ronald.bradford@gmail.com> | 2015-10-01 09:45:17 -0400 |
---|---|---|
committer | Ronald Bradford <ronald.bradford@gmail.com> | 2015-10-05 17:23:48 -0400 |
commit | 1c72e1869ded6a48f0cba7c8a022eb9769ec3dde (patch) | |
tree | a1a461194e752415c343216d44650bfdeb344984 /.gitignore | |
parent | 67ec67698074ef54c9c474228fec92b68015f884 (diff) | |
download | oslo-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-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |