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
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