htcondor / htmap

High-Throughput Computing in Python, powered by HTCondor
https://htmap.readthedocs.io
Apache License 2.0
31 stars 10 forks source link

CLI Improvements #218

Closed JoshKarpel closed 4 years ago

JoshKarpel commented 4 years ago

This PR will resolve #190 and resolve #208

It also has turned out to contain some opportunistic logging improvements that I noticed while playing with the CLI.

codecov[bot] commented 4 years ago

Codecov Report

Merging #218 into v0.6.0 will increase coverage by 0%. The diff coverage is 70%.

@@          Coverage Diff          @@
##           v0.6.0   #218   +/-   ##
=====================================
  Coverage      78%    79%           
=====================================
  Files          19     19           
  Lines        2000   2007    +7     
  Branches      317    304   -13     
=====================================
+ Hits         1573   1594   +21     
+ Misses        364    353   -11     
+ Partials       63     60    -3     
Impacted Files Coverage Δ
htmap/management.py 45% <ø> (ø)
htmap/cli.py 63% <57%> (+3%) :arrow_up:
htmap/utils.py 76% <73%> (-1%) :arrow_down:
htmap/state.py 96% <87%> (+<1%) :arrow_up:
htmap/maps.py 78% <100%> (+<1%) :arrow_up: