Commit Graph

3 Commits (262ff0817dc03a86b223d77376d37252e127e319)

Author SHA1 Message Date
Wilson Bilkovich 262ff0817d Remove references to devscript tests (that's a different PR) 2 months ago
Wilson Bilkovich a6b2d27838 Remove MacOS-ism, whoops. 2 months ago
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
2 months ago