Fix coverage source

Python 2 version of coverage actually ignores the *.py lines in coverage
Python 3 version recognizes them as files and tries to import them.
This commit is contained in:
Odd Stråbø 2021-10-12 18:08:32 +02:00
parent 17455c1082
commit d5ec17d111
1 changed files with 1 additions and 6 deletions

View File

@ -13,12 +13,7 @@ testpaths =
tests tests
[coverage:run] [coverage:run]
source = source = .
jellyfin_kodi
context.py
context_play.py
default.py
service.py
omit = omit =
tests/* tests/*
build.py build.py