Closed Cmheidelberg closed 4 years ago
Merging #253 into develop will increase coverage by
0.22%
. The diff coverage is93.33%
.
@@ Coverage Diff @@
## develop #253 +/- ##
===========================================
+ Coverage 61.00% 61.22% +0.22%
===========================================
Files 49 49
Lines 3249 3273 +24
===========================================
+ Hits 1982 2004 +22
- Misses 1267 1269 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/mic/click_encapsulate/commands.py | 86.71% <ø> (-0.05%) |
:arrow_down: |
src/mic/component/initialization.py | 81.57% <ø> (-0.17%) |
:arrow_down: |
src/mic/component/reprozip.py | 90.90% <90.47%> (-0.19%) |
:arrow_down: |
src/mic/tests/test_reprozip.py | 100.00% <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 f6c2310...c277b4b. Read the comment docs.
Fix: #203 Mic will automatically add ${var_names} in wrapper for any detected inputs/ outputs. Where var_names is the name of the detected i/o variable.
Example: If script invocation is:
./addtoarray.sh a.txt in.txt 4
the wrapper invocation will be:./addtoarray.sh ${a.txt} ${in.txt} 4
Parameters still have to be changed manually.