1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00

Removed __main__ from test coverage reports

This commit is contained in:
J. Fernando Sánchez 2017-06-12 20:29:29 +02:00
parent d76e4618fe
commit 96843827bd

View File

@ -12,3 +12,6 @@ max-line-length = 100
universal=1 universal=1
[tool:pytest] [tool:pytest]
addopts = --cov=senpy --cov-report term-missing addopts = --cov=senpy --cov-report term-missing
[coverage:report]
omit = senpy/__main__.py