wandb / client-ng

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

Artifact fixes + close backend queues #142

Closed shawnlewis closed 4 years ago

shawnlewis commented 4 years ago

This includes my artifact_load test as well. I think I should reorganize the standalone_tests directory to avoid littering it with all these files, but I want the layout to match our other branch for now.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 04a2999d-9c29-4478-bd17-01c8705835d4


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/sdk/wandb_run.py 0 3 0.0%
wandb/sdk/wandb_artifacts.py 3 15 20.0%
<!-- Total: 9 24 37.5% -->
Files with Coverage Reduction New Missed Lines %
wandb/compat/tempfile.py 2 59.09%
wandb/sdk/wandb_artifacts.py 3 71.11%
<!-- Total: 5 -->
Totals Coverage Status
Change from base Build 9b316de1-7287-461c-a609-55fdb3f1930c: 0.01%
Covered Lines: 11374
Relevant Lines: 18932

💛 - Coveralls