wandb / client-ng

Experimental wandb CLI and Python API - See Experimental section below.
http://wandb.com
16 stars 7 forks source link

Added upload_file to the public api #233

Closed vanpelt closed 3 years ago

vanpelt commented 3 years ago

A user wanted to upload files in Intercom. This adds it and makes sure the public api doesn't retry forever in the case of network faults.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 4158efdd-3560-4ab0-9a78-44d85383d736


Changes Missing Coverage Covered Lines Changed/Added Lines %
tests/utils/mock_requests.py 1 2 50.0%
<!-- Total: 40 41 97.56% -->
Files with Coverage Reduction New Missed Lines %
wandb/apis/internal_runqueue.py 1 23.14%
wandb/filesync/dir_watcher.py 1 81.62%
wandb/internal/internal_api.py 1 61.21%
wandb/internal/meta.py 1 72.39%
wandb/internal/run.py 1 61.54%
wandb/old/retry.py 1 80.0%
wandb/util.py 1 64.75%
tests/test_datastore.py 2 97.83%
tests/test_util.py 2 97.44%
tests/utils/notebook_client.py 2 72.22%
<!-- Total: 107 -->
Totals Coverage Status
Change from base Build 47daf650-5101-429e-90da-90023d9603d0: 4.2%
Covered Lines: 13839
Relevant Lines: 21228

💛 - Coveralls