You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: enhance tests workflow with proper coverage reporting
- Remove duplicate lint job from tests.yml (already exists in lint.yml)
- Add coverage reporting with pytest-cov and term-missing output
- Add codecov integration for coverage tracking
- Test matrix runs on Python 3.11 and 3.12
- All 14 unit tests now properly run in GitHub Actions
- Coverage XML report generated for external tools
Fixes missing unit tests in CI/CD pipeline
0 commit comments