changeset 93043b7be37a in modules/web_user:default
details: https://hg.tryton.org/modules/web_user?cmd=changeset&node=93043b7be37a
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 738d8a421fce -r 93043b7be37a tox.ini
--- a/tox.ini   Sat Oct 29 09:54:14 2022 +0200
+++ b/tox.ini   Mon Oct 31 16:16:20 2022 +0100
@@ -4,8 +4,8 @@
 [testenv]
 extras = test
 commands =
-    coverage run --include=.*/web_user/* -m unittest discover -s tests
-    coverage report --include=.*/web_user/* --omit=*/tests/*
+    coverage run --include=./**/web_user/* -m unittest discover -s tests
+    coverage report --include=./**/web_user/* --omit=*/tests/*
 deps =
     coverage
     postgresql: psycopg2 >= 2.7.0

Reply via email to