diff --git a/.meta.toml b/.meta.toml index 833b133..87cf001 100644 --- a/.meta.toml +++ b/.meta.toml @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/zope-product [meta] template = "zope-product" -commit-id = "9a5db8c650c45a439db06e3a7b2b86318006659d" +commit-id = "dbaca5f3c7785b7bca563dabc5f440544069a8f9" [python] with-pypy = false @@ -17,6 +17,9 @@ use-flake8 = true [coverage] fail-under = 65 +[coverage-run] +source = "src" + [manifest] additional-rules = [ "include buildout4.cfg", diff --git a/tox.ini b/tox.ini index a919708..fe01e14 100644 --- a/tox.ini +++ b/tox.ini @@ -72,7 +72,7 @@ commands = [coverage:run] branch = True plugins = coverage_python_version -source = Products.ZSQLMethods +source = src [coverage:report] precision = 2