Skip to content

Conversation

@EsKaye
Copy link
Member

@EsKaye EsKaye commented Jul 28, 2025

Summary

  • update CI workflow to install dependencies and run tests with coverage
  • clean up lint steps

Testing

  • yamllint -d relaxed .github/workflows/ci.yml
  • npm ci
  • npm test (fails: FAIL backend/test/quantum-...)
  • pip install -e .
  • pip install pytest pytest-cov
  • python -m pytest --maxfail=10 --disable-warnings -v --cov=. --cov-report=html (fails: SystemExit: 1)

https://chatgpt.com/codex/tasks/task_e_68875ddcaf348325979c4d94fc431630

@EsKaye EsKaye merged commit 232b5e1 into main Jul 28, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants