Closed Cmheidelberg closed 4 years ago
Merging #229 into develop will increase coverage by
0.32%
. The diff coverage is93.33%
.
@@ Coverage Diff @@
## develop #229 +/- ##
===========================================
+ Coverage 61.49% 61.81% +0.32%
===========================================
Files 47 48 +1
Lines 3028 3072 +44
===========================================
+ Hits 1862 1899 +37
- Misses 1166 1173 +7
Impacted Files | Coverage Δ | |
---|---|---|
src/mic/tests/test_209.py | 92.68% <92.68%> (ø) |
|
src/mic/click_encapsulate/commands.py | 78.24% <100.00%> (-0.91%) |
:arrow_down: |
src/mic/component/initialization.py | 87.03% <100.00%> (+6.48%) |
:arrow_up: |
src/mic/publisher/docker.py | 31.74% <0.00%> (-12.70%) |
:arrow_down: |
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 c79be35...9eb7288. Read the comment docs.
mic encapsulate start will now create a .gitignore file from the .gitignore template. Right now
executions/
anddata/
are being ignored.Added test case to make sure gitignore is being created