changeset 7500:ddee465a345a

.coveragerc: remove reference to non-existing paster_commands dir The corresponding code is now in kallithea/bin/, which is already in the omit list.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 30 Dec 2018 13:56:00 +0100
parents a188803df37e
children 4b241f198cf2
files .coveragerc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.coveragerc	Sun Dec 30 11:45:28 2018 +0100
+++ b/.coveragerc	Sun Dec 30 13:56:00 2018 +0100
@@ -4,9 +4,8 @@
     kallithea/bin/*
     # we ship with no active extensions
     kallithea/config/rcextensions/*
-    # dbmigrate and paster_commands are not part of the Kallithea web app
+    # dbmigrate is not a part of the Kallithea web app
     kallithea/lib/dbmigrate/*
-    kallithea/lib/paster_commands/*
     # the tests themselves should not be part of the coverage report
     kallithea/tests/*
     # the scm hooks are not run in the kallithea process