JuliaML / LIBSVM.jl

LIBSVM bindings for Julia
Other
88 stars 35 forks source link

CI: Update CI pipeline #102

Closed barucden closed 5 months ago

barucden commented 6 months ago

Just like in https://github.com/JuliaML/LIBLINEAR.jl/pull/31

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 89.86%. Comparing base (c884df6) to head (dcdb4b1). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #102 +/- ## ========================================== + Coverage 87.98% 89.86% +1.88% ========================================== Files 6 6 Lines 283 306 +23 ========================================== + Hits 249 275 +26 + Misses 34 31 -3 ```

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

barucden commented 6 months ago

I took the CI settings from LIBLINEAR.jl. Now, Codecov runs, and we also test x86 architectures.

The inclusion of x86 revealed a few tests that were too strict, so I added a tolerance there. Can you check, @ablaom, that it is all good?