mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
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:
parent
17455c1082
commit
d5ec17d111
1 changed files with 1 additions and 6 deletions
7
tox.ini
7
tox.ini
|
@ -13,12 +13,7 @@ testpaths =
|
|||
tests
|
||||
|
||||
[coverage:run]
|
||||
source =
|
||||
jellyfin_kodi
|
||||
context.py
|
||||
context_play.py
|
||||
default.py
|
||||
service.py
|
||||
source = .
|
||||
omit =
|
||||
tests/*
|
||||
build.py
|
||||
|
|
Loading…
Reference in a new issue