diff options
Diffstat (limited to 'lcm')
-rw-r--r-- | lcm/tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini index 7474134e..fb11f013 100644 --- a/lcm/tox.ini +++ b/lcm/tox.ini @@ -22,4 +22,4 @@ commands = {[testenv]commands} [testenv:cov] -commands = coverage html --omit="*test_*,*__init__.py,*site-packages*" -d htmlcov +commands = coverage html --omit="*test*,*__init__.py,*site-packages*" -d htmlcov |