Skip to content

Update GitHub action scripts #198

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update GitHub action scripts #198

wants to merge 2 commits into from

Conversation

odow
Copy link
Contributor

@odow odow commented Apr 10, 2025

Clarabel has been failing our solver-tests.yml job for a while: https://github.com/jump-dev/MathOptInterface.jl/actions/runs/14371008998/job/40297204676

But you won't have noticed because the CI job tests only v1.10.

Also, CI was running only on PRs, and not on pushes to main: https://github.com/oxfordcontrol/Clarabel.jl/commits/main/

I assume this will cause the v1 tests to fail, so I'll see if I can fix them. Either in this PR or in a new one.

Copy link

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.25%. Comparing base (6d2f198) to head (d9cc3e1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #198      +/-   ##
==========================================
- Coverage   88.86%   88.25%   -0.62%     
==========================================
  Files          59       60       +1     
  Lines        4715     4826     +111     
==========================================
+ Hits         4190     4259      +69     
- Misses        525      567      +42     

☔ 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.

@odow
Copy link
Contributor Author

odow commented Apr 10, 2025

Failures are because of a change in the Random.MersenneTwister stream between versions. I'll make a fix in this PR.

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