Skip to content

Add CheckCompatBounds.yml template and repo workflow#127

Merged
mtfishman merged 1 commit into
mainfrom
mf/check-compat-bounds-template
Apr 22, 2026
Merged

Add CheckCompatBounds.yml template and repo workflow#127
mtfishman merged 1 commit into
mainfrom
mf/check-compat-bounds-template

Conversation

@mtfishman
Copy link
Copy Markdown
Member

@mtfishman mtfishman commented Apr 22, 2026

Summary

Follow-up to ITensorActions#69, which introduced the CheckCompatBounds.yml reusable workflow. This PR adds the caller workflow to ITensorPkgSkeleton.jl so:

  • New packages generated from the skeleton get the check out of the box.
  • ITensorOrgPatches / MassApplyPatch can pick the file up via add_template_file!(\".github/workflows/CheckCompatBounds.yml\") and roll it out across existing ecosystem packages.

Added in both locations (per the skeleton's convention):

  • .github/workflows/CheckCompatBounds.yml — the skeleton's own CI.
  • template/.github/workflows/CheckCompatBounds.yml.template — the template.

Patch version bumped to 0.3.50 since this is a substantive template change.

Adds a new shared-workflow caller for CheckCompatBounds.yml (introduced
in ITensorActions#69). The workflow runs once per PR on ubuntu-latest,
independent of the Tests matrix, and fails if any workspace compat entry
is resolved to a version below its compat upper bound.

Added in both locations:
- .github/workflows/CheckCompatBounds.yml            (skeleton's own CI)
- template/.github/workflows/CheckCompatBounds.yml.template (for new
  packages and for MassApplyPatch rollout across the org)
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.34%. Comparing base (d9f9e85) to head (9fd3a71).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   87.34%   87.34%           
=======================================
  Files           1        1           
  Lines         158      158           
=======================================
  Hits          138      138           
  Misses         20       20           
Flag Coverage Δ
docs 60.13% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 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.

@mtfishman mtfishman merged commit 99927fa into main Apr 22, 2026
17 checks passed
@mtfishman mtfishman deleted the mf/check-compat-bounds-template branch April 22, 2026 19:39
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