summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2015-09-21 14:42:32 +0000
committerMonty Taylor <mordred@inaugust.com>2015-09-21 14:42:36 +0000
commit722910a8243476a0ad9b93329556fb891659ccab (patch)
treea14565fa5367ab6c08db567e2554fb3419af4c8c /.coveragerc
parentc27533407c87bf9e6a684f1c0cc8c265cf025528 (diff)
downloadoslo-concurrency-722910a8243476a0ad9b93329556fb891659ccab.tar.gz
Change ignore-errors to ignore_errors
Needed for coverage 4.0 Change-Id: If3bca5810ef046a7e8bb984945eb9c70a1ea27b1
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 8f7013d..1f7318b 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -4,4 +4,4 @@ source = concurrency
omit = concurrency/tests/*,concurrency/openstack/*
[report]
-ignore-errors = True \ No newline at end of file
+ignore_errors = True