try include

This commit is contained in:
jbannon 2022-04-29 18:03:24 +00:00
parent 92b0286af8
commit 0140fdc687

View file

@ -37,6 +37,6 @@ ignore = [
]
[tool.coverage.run]
source = [
"src/ytdl_sub"
include = [
"src/*"
]