chkwon / PATHSolver.jl

provides a Julia wrapper for the PATH Solver for solving mixed complementarity problems
http://pages.cs.wisc.edu/%7Eferris/path.html
MIT License
50 stars 15 forks source link

Improve code coverage #103

Closed odow closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 53.33333% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 95.68%. Comparing base (f03d0a7) to head (b15d16c).

Files Patch % Lines
src/C_API.jl 53.33% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #103 +/- ## ========================================== + Coverage 94.60% 95.68% +1.08% ========================================== Files 3 3 Lines 463 464 +1 ========================================== + Hits 438 444 +6 + Misses 25 20 -5 ```

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