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
feat: add automated unit test pipeline with code coverage
- Add GitHub Actions workflow for running 253 unit tests on every push/PR
- Integrate Coverlet for code coverage collection and reporting
- Generate professional markdown test reports via ReportGenerator
- Save test reports to docs/unit-test-report.md with auto-commit
- Update MessagePack to 3.1.0 for security patches
- Add test status badge to README
- Tests: All 253 tests passing with coverage metrics
0 commit comments