changeset be23b3dcf5d3 in modules/timesheet_cost:6.4
details: 
https://hg.tryton.org/modules/timesheet_cost?cmd=changeset&node=be23b3dcf5d3
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 65ed921939da -r be23b3dcf5d3 tox.ini
--- a/tox.ini   Mon May 02 17:04:56 2022 +0200
+++ b/tox.ini   Mon Oct 31 16:16:52 2022 +0100
@@ -3,8 +3,8 @@
 
 [testenv]
 commands =
-    coverage run --include=.*/timesheet_cost/* -m unittest discover -s tests
-    coverage report --include=.*/timesheet_cost/* --omit=*/tests/*
+    coverage run --include=./**/timesheet_cost/* -m unittest discover -s tests
+    coverage report --include=./**/timesheet_cost/* --omit=*/tests/*
 deps =
     coverage
     postgresql: psycopg2 >= 2.7.0

Reply via email to