You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/devscripts
Wilson Bilkovich 1e7c02ca48 [test] Add code coverage framework
Implement a comprehensive test coverage framework that integrates with pytest-cov
to generate code coverage reports for the yt-dlp codebase. Key components:

- Configuration file (.coveragerc) with appropriate include/exclude patterns
- Helper script (run_coverage.py) with parallel report generation
- GitHub Actions workflow for automatic coverage reporting on PRs and pushes
- Support for Hatch testing environment and CLI integration
- Testing documentation for running coverage reports
- Sample test for demonstrating coverage reporting
4 months ago
..
__init__.py [cleanup] Misc (#8968) 1 year ago
bash-completion.in Completely change project name to yt-dlp (#85) 4 years ago
bash-completion.py [cleanup] Add more ruff rules (#10149) 1 year ago
changelog_override.json [cleanup] Misc (#12194) 6 months ago
changelog_override.schema.json [devscripts] Script to generate changelog (#6220) 2 years ago
check-porn.py [compat] Remove deprecated functions from core code 3 years ago
cli_to_api.py [cleanup] Misc (#10075) 1 year ago
cov-combine [test] Add code coverage framework 4 months ago
fish-completion.in Completely change project name to yt-dlp (#85) 4 years ago
fish-completion.py [cleanup] Consistent style for file heads 3 years ago
generate_aes_testdata.py [cleanup] Deprecate more compat functions (#11439) 8 months ago
install_deps.py [misc] Add `hatch`, `ruff`, `pre-commit` and improve dev docs (#7409) 1 year ago
lazy_load_template.py [extractor] Support multiple `_VALID_URL`s (#5812) 2 years ago
logo.ico Add logo and banner 4 years ago
make_changelog.py [devscripts] `make_changelog`: Parse full commit message for fixes (#11366) 9 months ago
make_contributing.py [cleanup] Consistent style for file heads 3 years ago
make_issue_template.py [misc] Clarify that the issue template cannot be removed (#12332) 5 months ago
make_lazy_extractors.py [core] Load plugins on demand (#11305) 5 months ago
make_readme.py [cleanup] Add more ruff rules (#10149) 1 year ago
make_supportedsites.py [docs] Add note to `supportedsites.md` (#12382) 5 months ago
prepare_manpage.py [docs] Various manpage fixes 1 year ago
run_coverage.py [test] Add code coverage framework 4 months ago
run_tests.py [cleanup] Misc (#12238) 5 months ago
set-variant.py [cleanup] Add more ruff rules (#10149) 1 year ago
tomlparse.py [cleanup] Standardize `import datetime as dt` (#8978) 1 year ago
update-version.py [cleanup] Add more ruff rules (#10149) 1 year ago
update_changelog.py [build] Update changelog for tarball and sdist (#9425) 1 year ago
utils.py [build] Overhaul and unify release workflow 2 years ago
zsh-completion.in Completely change project name to yt-dlp (#85) 4 years ago
zsh-completion.py [cleanup] Add more ruff rules (#10149) 1 year ago