wandb / client-ng

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

[CLI-198] fix resume must case #238

Closed raubitsj closed 3 years ago

raubitsj commented 3 years ago

NOTE: This could use a unittest. I am adding a regression test similar to the resume-auto test.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build e256d12b-abe4-4801-bd54-f94836b2d768


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/internal/sender.py 36 44 81.82%
<!-- Total: 36 44 81.82% -->
Files with Coverage Reduction New Missed Lines %
tests/utils/mock_server.py 1 84.32%
wandb/apis/internal.py 1 85.96%
wandb/apis/internal_runqueue.py 1 22.42%
wandb/internal/internal.py 1 27.89%
wandb/internal/meta.py 1 70.8%
wandb/internal/run.py 1 61.54%
wandb/lib/ipython.py 1 71.43%
wandb/old/core.py 1 57.63%
wandb/sdk/wandb_config.py 1 70.27%
wandb/sdk/wandb_login.py 1 91.04%
<!-- Total: 927 -->
Totals Coverage Status
Change from base Build 3ac74754-894e-4a38-869e-e489be795ff7: -3.9%
Covered Lines: 13138
Relevant Lines: 21354

💛 - Coveralls