mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 10:16:11 +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
|
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
|
||||||
|
|
Loading…
Reference in a new issue