Skip to main content

pyproject.toml

1[project]
2name = "yt-dlp_alexwlchan"
3version = "1.0"
5[tool.coverage.run]
6branch = true
7source = ["yt-dlp_alexwlchan", "test_yt-dlp_alexwlchan"]
9[tool.coverage.report]
10show_missing = true
11skip_covered = true
12fail_under = 68