Skip to content
Snippets Groups Projects
Commit 811ff4ab authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Use ** to match directories for coverage 6.6.0b1 [skip ci]

issue11844
parent aad9b10b
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,8 @@
[testenv]
commands =
coverage run --include=.*/account_be/* -m unittest discover -s tests
coverage report --include=.*/account_be/* --omit=*/tests/*
coverage run --include=./**/account_be/* -m unittest discover -s tests
coverage report --include=./**/account_be/* --omit=*/tests/*
deps =
coverage
postgresql: psycopg2 >= 2.7.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment