Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add downgrade action #85

Merged
merged 3 commits into from
Sep 24, 2024
Merged

Add downgrade action #85

merged 3 commits into from
Sep 24, 2024

Conversation

JoshuaLampert
Copy link
Member

As discussed I added a workflow for automatically testing the lower compat bounds. This workflow runs the test with all lower bounds given in the Project.toml. This is considered good practice and helps to keep the compat bounds valid. Running it locally revealed some unsatisfiable requirements, which I fixed by adjusting the lower compat bounds accordingly.

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.35%. Comparing base (8d5f81a) to head (57049bb).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #85   +/-   ##
=======================================
  Coverage   90.35%   90.35%           
=======================================
  Files          16       16           
  Lines         311      311           
=======================================
  Hits          281      281           
  Misses         30       30           

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

@mikeingold
Copy link
Collaborator

Interesting that it required those specific minimum versions for Unitful and QuadGK, but they're not overly restrictive and I guess that's why we have the tool now. LGTM.

@mikeingold mikeingold merged commit bdd69e2 into main Sep 24, 2024
14 checks passed
@JoshuaLampert JoshuaLampert deleted the downgrade branch September 24, 2024 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants