JuliaComputing / JuliaHub.jl

A Julia client for the JuliaHub platform
https://help.juliahub.com/julia-api/
MIT License
14 stars 3 forks source link

feat: add progress kwarg for upload_dataset #48

Closed pfitzseb closed 9 months ago

pfitzseb commented 9 months ago

progress=false disables rclone's progress printing

codecov-commenter commented 9 months ago

Codecov Report

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

Comparison is base (129d1c5) 78.49% compared to head (475b321) 78.52%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #48 +/- ## ========================================== + Coverage 78.49% 78.52% +0.02% ========================================== Files 16 16 Lines 2241 2244 +3 ========================================== + Hits 1759 1762 +3 Misses 482 482 ```

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

mortenpi commented 9 months ago

We should also mention this in the docstring I presume, unless you intended this as an unofficial feature?