chowey / jsonrpc

Standards-compliant JSON-RPC for go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve code coverage

chowey opened this issue · comments

Our tests cover a variety of uses, but currently do not much cover error conditions.

Per go test, as of d0af743 we have 82.8% coverage. We have some low-hanging fruit for improving this.

I've handled some low-hanging fruit, and the coverage is now 91.3%.