Skip to content

Python: Enforce Python PR Test Coverage Gate #3392

@TaoChenOSU

Description

@TaoChenOSU

Add an action or workflow that gates pull requests for the Python codebase on test coverage. The workflow should:

  • Run on every PR
  • Gather and compare coverage data from tests
  • Block PR merges if the coverage falls below the baseline
  • Summarize coverage results and any changes as part of the PR check

This will protect Python code quality by preventing coverage regression.

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions