JuliaAI / MLFlowClient.jl

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

Adding health check function #29

Closed pebeto closed 11 months ago

pebeto commented 11 months ago

This little PR just adds usage to the /health endpoint from MLFlow. This change allows verification that can be used outside and inside the package.

codecov-commenter commented 11 months ago

Codecov Report

Merging #29 (ebec907) into main (5e6cde0) will decrease coverage by 1.44%. The diff coverage is 0.00%.

: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      #29      +/-   ##
==========================================
- Coverage   79.07%   77.64%   -1.44%     
==========================================
  Files           9        9              
  Lines         325      331       +6     
==========================================
  Hits          257      257              
- Misses         68       74       +6     
Files Changed Coverage Δ
src/utils.jl 78.12% <0.00%> (-18.03%) :arrow_down:
pebeto commented 11 months ago

@deyandyankov is it possible to create a new release?

deyandyankov commented 11 months ago

@pebeto sure, v0.4.4 is now released.