Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Fix response companion regression #48

Merged
merged 8 commits into from
Sep 13, 2017

Conversation

dhpiggott
Copy link
Owner

ResponseCompanion should accept Writes[_], not just OWrites[_], because
JsonRpcResponseSuccessMessage can contain any JsValue as the result
(unlike JsonRpcRequestMessage and JsonRpcNotificationMessageMessage
which can only contain a JsObject or JsArray).
@codecov
Copy link

codecov bot commented Sep 13, 2017

Codecov Report

Merging #48 into master will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files           2        2           
  Lines         188      188           
=======================================
  Hits          179      179           
  Misses          9        9
Impacted Files Coverage Δ
...in/scala/com/dhpcs/jsonrpc/MessageCompanions.scala 86.27% <66.66%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d849be...cc36378. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant