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

Use @test_broken instead of skipping #1105

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Use @test_broken instead of skipping #1105

merged 2 commits into from
Oct 25, 2024

Conversation

timholy
Copy link
Contributor

@timholy timholy commented Oct 25, 2024

A global flag, test_broken = false, determines whether this runs during CI.
Locally it's useful to be able to tally the failures, e.g., #1104

This also fixes one failure in L-BFGS that causes CI to fail.

@timholy timholy closed this Oct 25, 2024
@timholy timholy reopened this Oct 25, 2024
This also fixes one failure in L-BFGS that causes CI to fail.
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.26%. Comparing base (01b9391) to head (15cd43d).
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1105      +/-   ##
==========================================
- Coverage   85.46%   85.26%   -0.20%     
==========================================
  Files          45       45              
  Lines        3274     3502     +228     
==========================================
+ Hits         2798     2986     +188     
- Misses        476      516      +40     

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

@timholy
Copy link
Contributor Author

timholy commented Oct 25, 2024

Green! Yay!

@timholy timholy merged commit e890943 into master Oct 25, 2024
20 of 21 checks passed
@timholy timholy deleted the teh/test_broken branch October 25, 2024 16:15
avik-pal pushed a commit to avik-pal/Optim.jl that referenced this pull request Nov 19, 2024
A global flag, test_broken (default false), determines whether
this runs during CI. Locally it's useful to be able to tally the
failures, e.g., JuliaNLSolvers#1104

Also:
- Fix one failure in L-BFGS that causes CI to fail
- Remove several tests from the exclusions lists that now pass
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