Merged
Conversation
Use existing transport_connect_spec.lua for connect coverage Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ed-by: Copilot <223556219+Copilot@users.noreply.github.com>
…uthored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…hored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ing (unit)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… succeeds\n\nFixes failing expectations that observed 'cannot write startup script' instead of the intended port-file branches.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…over start_and_connect jobstart<=0 path and M._on_connect connection-info handling.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…lot <223556219+Copilot@users.noreply.github.com>
…-by: Copilot <223556219+Copilot@users.noreply.github.com>
…thored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…fer ids\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…dow ids Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
corigne
added a commit
that referenced
this pull request
Apr 7, 2026
* tests: remove duplicate transport connect test Use existing transport_connect_spec.lua for connect coverage * tests: add suppressed :debug test for silent_rex * tests: cover transport.connect read/connect error paths (unit) * tests: cover client.connect on_message and on_disconnect * tests: cover start_and_connect timer/port-file polling (unit) * tests: ensure client.disconnect stops implementation job (unit) * tests: verify client.describe debug sanitize logging (unit) * tests: client.start_and_connect timeout and malformed port-file handling (unit) * tests: provide writer stub in start_and_connect tests so script write succeeds\n\nFixes failing expectations that observed 'cannot write startup script' instead of the intended port-file branches. * tests: add jobstart-failure and _on_connect behaviour unit tests\n\nCover start_and_connect jobstart<=0 path and M._on_connect connection-info handling. * tests: cover client._on_connect contribs path * tests: cover client.eval_interactive prompt + rex flow * tests: cover client.describe UI (floating window + trimming) * tests: fix describe UI test by providing vim.bo proxy for numeric buffer ids * tests: fix describe UI test by providing vim.wo proxy for numeric window ids * chore: commit README and luacov.report.out (coverage badge update) * ci(badge): update coverage badge --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds unit tests and updates README coverage badge. Coverage: 92.54%. When merged, main will reflect the updated badge. Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com