Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.43 KB

File metadata and controls

26 lines (16 loc) · 1.43 KB

Code Quality

Forge Kit enforces strict quality gates in CI to ensure production readiness:

All checks must pass before release artifacts are published.

Code Coverage

codecov

Forge Kit maintains high test coverage to ensure reliability and maintainability. Coverage metrics are automatically generated and tracked for all modules.

Code Coverage Sunburst

Coverage Reports

  • Live Dashboard: View detailed coverage reports, trends, and module breakdowns at Codecov
  • Automated Generation: Coverage is calculated weekly via the code coverage workflow using Clover instrumentation
  • Module-Level Tracking: Coverage is tracked per module, allowing targeted improvements where needed

Coverage reports help maintain code quality standards and identify areas that may need additional test coverage.