Open SchSeba opened 2 weeks ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
controllers/drain_controller.go | 13 | 14 | 92.86% | ||
pkg/platforms/openshift/openshift.go | 0 | 9 | 0.0% | ||
controllers/drain_controller_helper.go | 128 | 206 | 62.14% | ||
<!-- | Total: | 143 | 231 | 61.9% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
controllers/drain_controller.go | 4 | 77.68% | ||
controllers/generic_network_controller.go | 5 | 74.38% | ||
controllers/helper.go | 25 | 60.67% | ||
<!-- | Total: | 34 | --> |
Totals | |
---|---|
Change from base Build 11931554664: | -0.1% |
Covered Lines: | 7119 |
Relevant Lines: | 15187 |
Thanks for your PR, To run vendors CIs, Maintainers can use one of:
/test-all
: To run all tests for all vendors./test-e2e-all
: To run all E2E tests for all vendors./test-e2e-nvidia-all
: To run all E2E tests for NVIDIA vendor.To skip the vendors CIs, Maintainers can use one of:
/skip-all
: To skip all tests for all vendors./skip-e2e-all
: To skip all E2E tests for all vendors./skip-e2e-nvidia-all
: To skip all E2E tests for NVIDIA vendor. Best regards.