# HG changeset patch # User Thomas De Schampheleire # Date 2018-12-30 12:56:00 # Node ID ddee465a345ac4e104c5d8b60142747dfe402a51 # Parent a188803df37e148da6fa2168c013ef9b5b74e633 .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 @@ -4,9 +4,8 @@ omit = 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