You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Consider the JaCoCo badge update proposed in #83 .
This is a precipitous drop: 84.4 → 69.2.
Please add effective and useful automated tests to get this number back up to >= 85.
Write new automated tests that cover the generated code. Take a look at what was done in PR #81 . This PR added the generated code.
Ensure any existing tests that exercised code formerly in src/main/.../events/ are rewritten to exercise the corresponding new code in src/generated/java/com/github/copilot/sdk/generated/.
Write tests for these new classes in generated
RPC types (~120 files) — ServerRpc.java, SessionRpc.java, sub-API classes (SessionToolsApi, SessionUiApi, etc.), and param/result records for every RPC method.
Use Mockito as necessary. Recall that Mockito is now a test dependency.
Describe the need
Consider the JaCoCo badge update proposed in #83 .
This is a precipitous drop: 84.4 → 69.2.
Please add effective and useful automated tests to get this number back up to >= 85.
Write new automated tests that cover the generated code. Take a look at what was done in PR #81 . This PR added the generated code.
Ensure any existing tests that exercised code formerly in src/main/.../events/ are rewritten to exercise the corresponding new code in src/generated/java/com/github/copilot/sdk/generated/.
Write tests for these new classes in generated
RPC types (~120 files) — ServerRpc.java, SessionRpc.java, sub-API classes (SessionToolsApi, SessionUiApi, etc.), and param/result records for every RPC method.
Use Mockito as necessary. Recall that Mockito is now a test dependency.
SDK Version
0.2.1-java.1
Relevant log output
Code of Conduct