Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16 +/- ##
===========================================
+ Coverage 16.53% 33.72% +17.19%
===========================================
Files 8 9 +1
Lines 508 673 +165
===========================================
+ Hits 84 227 +143
- Misses 416 438 +22
Partials 8 8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a table layout system for rendering formatted output and updates the protocol format to handle names with spaces. The key changes include:
- New table package with alignment support (left, center, right)
- Updated message format in tsnet to use %q for proper escaping of names containing spaces
- Refactored main.go to use the new table layout instead of string concatenation
- Updated smap dependency to v1.1.0
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tsnet/tsnet.go | Changed MessageFormat from %s to %q for proper escaping of names with spaces |
| table/table.go | New package implementing table rendering with alignment options |
| table/table_test.go | Comprehensive test suite for table layout functionality |
| main.go | Refactored to use new table layout system instead of string building |
| go.mod | Updated smap dependency from v1.0.1 to v1.1.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
… get removed by vscode
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.