Open mkcp opened 2 weeks ago
Name | Link |
---|---|
Latest commit | 36ab5632232ff28d87304b6bd009763716891b14 |
Latest deploy log | https://app.netlify.com/sites/zarf-docs/deploys/673fb2946a616100082e8d9f |
Attention: Patch coverage is 0%
with 13 lines
in your changes missing coverage. Please review.
Files with missing lines | Coverage Δ | |
---|---|---|
src/cmd/connect.go | 0.00% <ø> (ø) |
|
src/cmd/dev.go | 0.00% <ø> (ø) |
|
src/cmd/root.go | 0.00% <ø> (ø) |
|
src/cmd/common/table.go | 0.00% <0.00%> (ø) |
|
src/cmd/package.go | 0.00% <0.00%> (ø) |
|
src/pkg/message/connect.go | 0.00% <0.00%> (ø) |
|
src/pkg/message/credentials.go | 0.00% <0.00%> (ø) |
|
src/pkg/utils/yaml.go | 0.00% <0.00%> (ø) |
|
src/pkg/message/message.go | 11.32% <0.00%> (-0.45%) |
:arrow_down: |
🚨 Try these New Features:
Hold off on review or merge, I need to look over the failing e2e tests.
reworking this approach, we shouldn't have to update globals
Much better now - just chasing down failing tests.
Description
This PR introduces a
TableWithWriter
function, changes Table prints to use stdout, and changes common.ColorPrintYaml to use stdout.Related Issue
Finishes #3223 Relates to #2576
Checklist before merging