Skip to content

Add Python lint and browser coverage to CI - #79

Merged
dovvnloading merged 1 commit into
mainfrom
codex/quality-gates
Jul 30, 2026
Merged

Add Python lint and browser coverage to CI#79
dovvnloading merged 1 commit into
mainfrom
codex/quality-gates

Conversation

@dovvnloading

Copy link
Copy Markdown
Owner

Summary

  • add pinned Ruff installation and a Python lint gate across backend, tests, tools, and launcher code
  • clean the existing Ruff findings without changing runtime behavior
  • install Chromium and run all frontend Playwright tests in the Windows Quality workflow

Validation

  • python -m ruff check backend tests tools main.py
  • python -m pytest -q (372 passed, 1 skipped)
  • npm.cmd run lint
  • npm.cmd run typecheck
  • npm.cmd run e2e -- --workers=1 (10 passed)

@dovvnloading
dovvnloading merged commit 37e237f into main Jul 30, 2026
1 check passed
@dovvnloading
dovvnloading deleted the codex/quality-gates branch July 30, 2026 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant