Skip to content

[MAINT]: #84

@edburns

Description

@edburns

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

No labels
No labels

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions