1
mirror of https://github.com/streamlink/streamlink synced 2024-11-01 01:19:33 +01:00
streamlink/.coveragerc
2018-06-02 23:50:21 +02:00

16 lines
245 B
INI

[run]
source =
src
[report]
omit =
src/streamlink/packages/*
src/streamlink_cli/packages/*
src/streamlink/_version.py
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
if __name__ == .__main__.: