Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/pr-00-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
python-versions: '["3.11"]'
coverage-min: "80"
format_check: false # Using ruff for formatting
# Keep PR feedback fast by skipping heavy integration suites here.
# Full test coverage remains enforced on main branch CI.
pytest_args: "--ignore=tests/integration --ignore=tests/integrations"
working-directory: "."
artifact-prefix: "gate-"
# Enable soft coverage gate for trend tracking and hotspot reporting
Expand Down
Loading