jump-dev / Xpress.jl

A Julia interface to the FICO Xpress Optimization suite
https://www.fico.com/en/products/fico-xpress-optimization
65 stars 30 forks source link

Remove calls to src/api.jl #236

Closed odow closed 7 months ago

odow commented 7 months ago

We don't have to remove it for a while, but I'd like the code to not call src/api.jl.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.78%. Comparing base (2af6c9a) to head (3a9acaa).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #236 +/- ## ========================================== - Coverage 63.07% 62.78% -0.29% ========================================== Files 8 8 Lines 3550 3550 ========================================== - Hits 2239 2229 -10 - Misses 1311 1321 +10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

odow commented 7 months ago

Success. My goal is to slowly bump up the coverage of the other files, moving any necessary functions to src/api.jl.

image