Closed glyn closed 5 years ago
Merging #63 into master will increase coverage by
1.44%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #63 +/- ##
==========================================
+ Coverage 85.88% 87.33% +1.44%
==========================================
Files 13 13
Lines 574 529 -45
==========================================
- Hits 493 462 -31
+ Misses 54 47 -7
+ Partials 27 20 -7
Impacted Files | Coverage Δ | |
---|---|---|
pkg/kab/relocate.go | 100% <100%> (+15.55%) |
:arrow_up: |
pkg/kab/k8sClient.go | 100% <100%> (ø) |
: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 e020209...9f5bbf8. Read the comment docs.
@glyn Could you please run go mod tidy
. I think github.com/pivotal/image-relocation
can be safely removed.
@glyn Could you please run
go mod tidy
.
Done. Please see the second commit in this PR.
I think
github.com/pivotal/image-relocation
can be safely removed.
Yes, it has gone now along with its dependencies.
Fixes https://github.com/projectriff/cnab-k8s-installer-base/issues/62