JuliaAI / MLJFlow.jl

Connecting MLJ and MLFlow
MIT License
9 stars 0 forks source link

Extending Base.show to pretty print logger instances #32

Closed pebeto closed 10 months ago

pebeto commented 10 months ago

24

codecov[bot] commented 10 months ago

Codecov Report

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

Comparison is base (e907324) 97.77% compared to head (30de2d5) 97.87%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #32 +/- ## ========================================== + Coverage 97.77% 97.87% +0.09% ========================================== Files 4 4 Lines 45 47 +2 ========================================== + Hits 44 46 +2 Misses 1 1 ```

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

ablaom commented 10 months ago

Thanks @pebeto for your patience with the review.