Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 826dd87

Browse files
beardypiggravyboat
authored andcommitted
coverage: include streamlink_cli in the coverage, but exclude the vendored packages (streamlink#302)
1 parent 00a56a7 commit 826dd87

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.coveragerc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
[run]
2-
source = streamlink
2+
source =
3+
streamlink
4+
streamlink_cli
5+
36
[report]
47
omit =
58
*/python?.?/*
6-
*__init__*
9+
*__init__*
10+
src/streamlink/packages/*
711

812
exclude_lines =
913
pragma: no cover

0 commit comments

Comments
 (0)