Closed ernoaapa closed 6 years ago
Merging #40 into master will decrease coverage by
0.3%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
- Coverage 25.48% 25.17% -0.31%
==========================================
Files 50 50
Lines 2433 2415 -18
==========================================
- Hits 620 608 -12
+ Misses 1746 1740 -6
Partials 67 67
Impacted Files | Coverage Δ | |
---|---|---|
pkg/resolve/image.go | 93.75% <100%> (+9.75%) |
:arrow_up: |
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 35a0dc3...46eb09e. Read the comment docs.
Previously we were using the non-manifest images like 'docker.io/arm64v8/node:latest' when we were resolving project images automatically. Nowadays the 'docker.io/library/node:latest' is manifest image which supports multiple different architectures so we don't need to handle all the cases by ourself.