htcondor / htmap

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

Use "shared" delivery for tests #217

Closed JoshKarpel closed 4 years ago

JoshKarpel commented 4 years ago

This makes it much easier to test locally without a Docker container, if desired.

codecov[bot] commented 4 years ago

Codecov Report

Merging #217 into v0.6.0 will increase coverage by 0%. The diff coverage is n/a.

@@          Coverage Diff          @@
##           v0.6.0   #217   +/-   ##
=====================================
  Coverage      77%    78%           
=====================================
  Files          19     19           
  Lines        1967   1967           
  Branches      315    315           
=====================================
+ Hits         1534   1548   +14     
+ Misses        366    356   -10     
+ Partials       67     63    -4     
Impacted Files Coverage Δ
htmap/options.py 84% <0%> (+<1%) :arrow_up:
htmap/maps.py 79% <0%> (+<1%) :arrow_up:
htmap/errors.py 80% <0%> (+3%) :arrow_up:
htmap/state.py 97% <0%> (+5%) :arrow_up: