Skip to content

CI: test Python 3.11-3.13 matrix and report coverage#131

Merged
JRS1986 merged 3 commits into
mainfrom
claude/cool-sanderson-48c44a
Jul 6, 2026
Merged

CI: test Python 3.11-3.13 matrix and report coverage#131
JRS1986 merged 3 commits into
mainfrom
claude/cool-sanderson-48c44a

Conversation

@JRS1986

@JRS1986 JRS1986 commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • pyproject.toml declares support for Python 3.11–3.13 but CI only tested 3.11; add a version matrix so all claimed versions are exercised.
  • Add pytest-cov to the dev extra and run pytest with --cov=src --cov-report=term-missing in CI (current total coverage: 87%).
  • Update uv.lock so uv sync --extra dev stays reproducible with the new dev dependency.

Verification

  • uv run pytest -q --cov=src --cov-report=term-missing: 637 passed in 3.75s, 87% total coverage.
  • uv run ruff check: clean.

🤖 Generated with Claude Code

JRS1986 added 3 commits July 6, 2026 17:36
Add a python-version matrix (3.11, 3.12, 3.13) matching the versions
declared in pyproject.toml classifiers, add pytest-cov to the dev extra,
and run pytest with --cov=src --cov-report=term-missing.
@JRS1986 JRS1986 merged commit ac61c3c into main Jul 6, 2026
3 checks passed
@JRS1986 JRS1986 deleted the claude/cool-sanderson-48c44a branch July 6, 2026 15:53
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