diff --git a/setup.cfg b/setup.cfg index 376ac43..cdf2f26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,7 @@ max-line-length = 100 [bdist_wheel] universal=1 [tool:pytest] -addopts = --cov=senpy --cov-report term-missing \ No newline at end of file +addopts = --cov=senpy --cov-report term-missing + +[coverage:report] +omit = senpy/__main__.py \ No newline at end of file