Skip to content

Enforce coverage gates in CI - #53

Merged
mic1on merged 1 commit into
mainfrom
ci/coverage-gates
Jul 11, 2026
Merged

Enforce coverage gates in CI#53
mic1on merged 1 commit into
mainfrom
ci/coverage-gates

Conversation

@mic1on

@mic1on mic1on commented Jul 11, 2026

Copy link
Copy Markdown
Member

Summary

  • run make test in CI instead of calling pytest directly
  • add make coverage to the Python matrix workflow
  • configure coverage to fail below 95% total coverage

Closes #52

Verification

  • make lint
  • make test (117 passed)
  • make coverage (97% total)
  • uv build
  • uv pip check

@mic1on
mic1on merged commit d4f90c2 into main Jul 11, 2026
3 checks passed
@mic1on
mic1on deleted the ci/coverage-gates branch July 11, 2026 13:32
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.

Run coverage gates in CI

1 participant