-
Notifications
You must be signed in to change notification settings - Fork 119
Add bare-bones GHA tests #434
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #434 +/- ##
=======================================
Coverage 75.02% 75.02%
=======================================
Files 22 22
Lines 3331 3331
=======================================
Hits 2499 2499
Misses 832 832 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
PR is ready, but we should probably consider adding |
|
@ewu63 yes I think we should install |
|
PR for the containers is up https://github.com/mdolab/docker/pull/281. |
|
We can wait for Docker to be updated first, then remove the cyipopt change. |
Purpose
Adds some basic GHA tests, because we do not currently test optional optimizer installation in our docker tests and I want to make sure nothing breaks with 1) optional installation/dependency not breaking, and 2) tests get skipped properly. We should merge this one before #433 to make sure everything looks good with mesonpy.
Expected time until merged
Type of change
Testing
Checklist
flake8andblackto make sure the Python code adheres to PEP-8 and is consistently formattedfprettifyor C/C++ code withclang-formatas applicable