Skip to content

Quality Metrics

This page provides an overview of the project's quality metrics, including documentation coverage and test results.

📊 API Documentation Coverage

We use interrogate to measure our API documentation coverage. Our target is >95%.

Metric Status
Public API Coverage Interrogate Badge
Docstring Style Google

🧪 Test Coverage

Category Coverage
Overall codecov
Unit Tests >90%
Integration Tests Verified

🛠️ Code Quality

  • Linter: Ruff
  • Formatter: Black
  • Type Checker: Mypy (Strict)