Hey everyone, I’m having some issues with my test ...
# serialization
a
Hey everyone, I’m having some issues with my test coverage with the
patch
method generate by the @Serializable annotation. I can’t seem to figure out how to get a decoder to test it?
s
generated
patch
methods throw
NotImplementedError
, so you likely do not need to test them
a
I’m not actually using them but they still plague my coverage report with 25% missing for every Serializable class in my code