Closed jxstxn1 closed 1 year ago
Merging #91 (b170f35) into main (10f2c8f) will decrease coverage by
3.09%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #91 +/- ##
==========================================
- Coverage 39.19% 36.11% -3.09%
==========================================
Files 11 12 +1
Lines 199 216 +17
==========================================
Hits 78 78
- Misses 121 138 +17
Impacted Files | Coverage Δ | |
---|---|---|
lib/src/docker/collect_garbage.dart | 0.00% <0.00%> (ø) |
|
lib/src/docker/create_image.dart | 0.00% <0.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Adding Garbage Collector which is collecting all
<none>:<none>
(dangling) Images after a build to prevent storage overflow.Garbage Collector is muted by default and can be unmuted during debugging Sessions.
How to test:
<none>:<none>
images<<cli_name>> docker run -b
to run and build<none>:<none>
images