Skip to content
Snippets Groups Projects
Commit eba7051b 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 a66fbe07
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
[testenv]
extras = test
commands =
coverage run --include=.*/account_asset/* -m unittest discover -s tests
coverage report --include=.*/account_asset/* --omit=*/tests/*
coverage run --include=./**/account_asset/* -m unittest discover -s tests
coverage report --include=./**/account_asset/* --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