Closed wtgee closed 4 years ago
Merging #165 into develop will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #165 +/- ##
========================================
Coverage 71.74% 71.74%
========================================
Files 26 26
Lines 1830 1830
Branches 238 238
========================================
Hits 1313 1313
Misses 457 457
Partials 60 60
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 7c68662...ce0488d. Read the comment docs.
Allows for the creation of different docker images besides
latest
, namely for adevelop
tag that can be used to reflect thedevelop
branch. Will help avoid entire lifecycle release for small updates.Closes #159