Skip to content

v0.1.3

Choose a tag to compare

@Bmowville Bmowville released this 06 Jun 08:25
f3754b5

Changes

  • Add GET /api/v1/metrics/quality-checks for severity-level quality check rollups.
  • Aggregate passed, warning, and failed checks by severity with critical-first ordering.
  • Add tests for seeded data and empty-state responses.
  • Document the new endpoint in the README.

Validation

  • Ruff passed.
  • mypy passed.
  • Alembic upgrade passed.
  • Pytest passed with 97% app coverage.