[PATCH 2 of 3] .coveragerc: remove reference to non-existing paster_commands dir

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Dec 30 12:56:30 UTC 2018


# HG changeset patch
# User Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
# Date 1546174560 -3600
#      Sun Dec 30 13:56:00 2018 +0100
# Node ID 8a79857fb430eea80556af8d7e7c88810eee7f25
# Parent  99c28d4459286261f7e798ab3fe60be3b0be2e7e
.coveragerc: remove reference to non-existing paster_commands dir

The corresponding code is now in kallithea/bin/, which is already in the
omit list.

diff --git a/.coveragerc b/.coveragerc
--- a/.coveragerc
+++ b/.coveragerc
@@ -6,7 +6,6 @@ omit =
     kallithea/config/rcextensions/*
     # dbmigrate and paster_commands are not 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


More information about the kallithea-general mailing list