htcondor / htmap

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

HTML repr for Maps #227

Closed elin1231 closed 4 years ago

elin1231 commented 4 years ago

maps could be displayed in HTML format

codecov[bot] commented 4 years ago

Codecov Report

Merging #227 into v0.7.0 will increase coverage by 0%. The diff coverage is 100%.

@@          Coverage Diff          @@
##           v0.7.0   #227   +/-   ##
=====================================
  Coverage      84%    84%           
=====================================
  Files          77     78    +1     
  Lines        3795   3813   +18     
  Branches      391    393    +2     
=====================================
+ Hits         3208   3226   +18     
  Misses        503    503           
  Partials       84     84           
Impacted Files Coverage Δ
htmap/maps.py 78% <100%> (+<1%) :arrow_up:
tests/integration/test_widgets.py 100% <100%> (ø)
JoshKarpel commented 4 years ago

This is part of work on #53