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

Prep for v1.11.0 #3340

Merged
merged 2 commits into from
May 3, 2023
Merged

Prep for v1.11.0 #3340

merged 2 commits into from
May 3, 2023

Conversation

odow
Copy link
Member

@odow odow commented May 3, 2023

@codecov
Copy link

codecov bot commented May 3, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.12 🎉

Comparison is base (e87f315) 97.92% compared to head (6bda97d) 98.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3340      +/-   ##
==========================================
+ Coverage   97.92%   98.05%   +0.12%     
==========================================
  Files          34       34              
  Lines        4874     4874              
==========================================
+ Hits         4773     4779       +6     
+ Misses        101       95       -6     

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@odow
Copy link
Member Author

odow commented May 3, 2023

cc @pulsipher it's good having the extension-tests.yml now.

@@ -30,11 +30,7 @@ set_silent(model)
@objective(model, Min, [3x1 + x2, -x1 - 2x2])
@constraint(model, 3x1 - x2 <= 6)
set_optimizer(model, () -> MOA.Optimizer(HiGHS.Optimizer))
set_attribute(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intended diff?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yip. I just noticed when I checked the versions we were using. Didn't seem worth a separate PR when I was doing this one.

@pulsipher
Copy link
Contributor

cc @pulsipher it's good having the extension-tests.yml now.

Yes this this will be very nice to have as a warning/safeguard.

@odow odow merged commit 160b22e into master May 3, 2023
@odow odow deleted the od/v1.11.0 branch May 3, 2023 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants