# HG changeset patch # User Thomas De Schampheleire # Date 1546174560 -3600 # 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 -r a188803df37e -r ddee465a345a .coveragerc --- 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