changeset 2cf44cb7e2d5 in modules/ldap_authentication:6.4
details:
https://hg.tryton.org/modules/ldap_authentication?cmd=changeset&node=2cf44cb7e2d5
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 3c305604acc0 -r 2cf44cb7e2d5 tox.ini
--- a/tox.ini Fri Jul 01 23:46:36 2022 +0200
+++ b/tox.ini Mon Oct 31 16:16:50 2022 +0100
@@ -4,8 +4,8 @@
[testenv]
extras = test
commands =
- coverage run --include=.*/ldap_authentication/* -m unittest discover -s
tests
- coverage report --include=.*/ldap_authentication/* --omit=*/tests/*
+ coverage run --include=./**/ldap_authentication/* -m unittest discover -s
tests
+ coverage report --include=./**/ldap_authentication/* --omit=*/tests/*
deps =
coverage
postgresql: psycopg2 >= 2.7.0