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