Skip to content

fix: add format, type_check, and coverage CI stages

Chaitanya Chalith requested to merge fix/ci-add-format-typecheck-coverage into main

Closes #19 (closed)

Changes

  • Added format stage with ruff-format --check job
  • Moved mypy from lint to a dedicated type_check stage
  • Added coverage stage with coverage-report job (HTML report artifact)

Fixes compliance checker red marks for missing pipeline stages.

Merge request reports

Loading