Closed keewis closed 2 years ago
Merging #34 (df80fb2) into main (749a65a) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #34 +/- ##
=======================================
Coverage 79.71% 79.71%
=======================================
Files 9 9
Lines 345 345
=======================================
Hits 275 275
Misses 70 70
Impacted Files | Coverage Δ | |
---|---|---|
dask_ctl/cli.py | 67.28% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 749a65a...df80fb2. Read the comment docs.
Test failures look unrelated to this.
Thanks @jrbourbeau. I've changed that but looks like we are still blocked on #38
Superseded by #39
Unlike the import in
dask_ctl.lifecycle
,dask_ctl.cli
still importsdistributed.utils.typename
.