Skip to content

[MAINT]: #84

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions