Skip to content

[PATCH] Run Tests and CodeQL on release branches - #228

Merged
mtfishman merged 1 commit into
mainfrom
patch/release_branch_workflow_triggers
Sep 9, 2026
Merged

[PATCH] Run Tests and CodeQL on release branches#228
mtfishman merged 1 commit into
mainfrom
patch/release_branch_workflow_triggers

Conversation

@ITensorBot

Copy link
Copy Markdown
Member

Summary

  • Fixes the push.branches entry in Tests.yml, which read release- rather than release-* and so matched no branch, leaving maintenance branches with no post-merge test run.
  • Adds release-* to the pull_request.branches list in CodeQL.yml, which previously ran only on pull requests into main.
  • Both checks are required by the branch ruleset, so they have to run on release branches before that ruleset can cover them.

@mtfishman
mtfishman merged commit e2a6df4 into main Sep 9, 2026
16 checks passed
@mtfishman
mtfishman deleted the patch/release_branch_workflow_triggers branch September 9, 2026 22:17
@codecov

codecov Bot commented Sep 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.09%. Comparing base (0fc4b31) to head (58b989c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #228   +/-   ##
=======================================
  Coverage   80.09%   80.09%           
=======================================
  Files          28       28           
  Lines        1050     1050           
=======================================
  Hits          841      841           
  Misses        209      209           
Flag Coverage Δ
docs 22.29% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants