From bb3a4bfce81cb7c9cf90ca1e697ee1ac6dfdcc1e Mon Sep 17 00:00:00 2001 From: "Frank A. Zdarsky" Date: Sun, 9 Jul 2017 11:15:41 +0200 Subject: Fix 'tox -e cover' 'tox -e cover' fails as --coverage-package-name option for 'testr' is not recognized. A work-around proposed by Infra team (see https://bugs.launchpad.net/neutron/+bug/1454772) is to replace 'testr' with 'test'. This patch implements this change and adds the cover/ directory to .gitignore. Change-Id: I659445ea479ea80a4f21d6ebca896abb4fb104f2 Closes-Bug: #1703177 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1399c98..c17df2b 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ pip-log.txt .tox nosetests.xml .testrepository +cover # Translations *.mo @@ -48,4 +49,4 @@ ChangeLog # Editors *~ -.*.swp \ No newline at end of file +.*.swp -- cgit 1.2.3-korg