Closed sbawaska closed 5 years ago
Merging #34 into master will increase coverage by
0.7%
. The diff coverage is90.9%
.
@@ Coverage Diff @@
## master #34 +/- ##
=========================================
+ Coverage 85.56% 86.27% +0.7%
=========================================
Files 11 13 +2
Lines 485 561 +76
=========================================
+ Hits 415 484 +69
- Misses 47 52 +5
- Partials 23 25 +2
Impacted Files | Coverage Δ | |
---|---|---|
pkg/scan/list_image.go | 90.9% <ø> (ø) |
|
pkg/kab/patch_manifest.go | 84.37% <100%> (+2.89%) |
:arrow_up: |
pkg/scan/list_kind.go | 85.71% <85.71%> (ø) |
|
pkg/kab/uninstall.go | 92.1% <92.1%> (ø) |
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 f2f964d...bde13fb. Read the comment docs.
While installing the bundle a label is applied to all the resources being installed. Uninstall then deletes the resources with this label.
closes #12