JuliaAI / MLFlowClient.jl

Julia client for MLFlow.
https://juliaai.github.io/MLFlowClient.jl/
MIT License
42 stars 8 forks source link

Adding MLFlow new methods, Julia LTS checks and tests #28

Closed pebeto closed 11 months ago

pebeto commented 11 months ago

This PR contains:

codecov-commenter commented 11 months ago

Codecov Report

Merging #28 (074c9a0) into main (6e13f32) will decrease coverage by 0.80%. The diff coverage is 86.20%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   79.86%   79.07%   -0.80%     
==========================================
  Files           9        9              
  Lines         303      325      +22     
==========================================
+ Hits          242      257      +15     
- Misses         61       68       +7     
Impacted Files Coverage Δ
src/MLFlowClient.jl 100.00% <ø> (ø)
src/experiments.jl 82.85% <70.00%> (-5.67%) :arrow_down:
src/types/runs.jl 82.85% <91.66%> (+0.04%) :arrow_up:
src/loggers.jl 69.87% <100.00%> (+2.77%) :arrow_up:

... and 1 file with indirect coverage changes

deyandyankov commented 11 months ago

looking good @pebeto - do you need me to release a new version?