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

Reply via email to