changeset 596ee6313e41 in modules/web_shop:6.4
details: https://hg.tryton.org/modules/web_shop?cmd=changeset&node=596ee6313e41
description:
        Use ** to match directories for coverage 6.6.0b1 [skip ci]

        issue11844
diffstat:

 tox.ini |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r a3b9760656ce -r 596ee6313e41 tox.ini
--- a/tox.ini   Wed Aug 03 23:18:37 2022 +0200
+++ b/tox.ini   Mon Oct 31 16:16:52 2022 +0100
@@ -4,8 +4,8 @@
 [testenv]
 extras = test
 commands =
-    coverage run --include=.*/web_shop/* -m unittest discover -s tests
-    coverage report --include=.*/web_shop/* --omit=*/tests/*
+    coverage run --include=./**/web_shop/* -m unittest discover -s tests
+    coverage report --include=./**/web_shop/* --omit=*/tests/*
 deps =
     coverage
     postgresql: psycopg2 >= 2.7.0

Reply via email to