cloverage

https://github.com/lshift/cloverage/issues/103
miikka 2018-08-02T10:05:08.000360Z

My test suite passses when run without Cloverage, but with Cloverage I get a lot of No implementation of method: foo of protocol #'foo.bar/Baz found for class: foo.bar.Quux

miikka 2018-08-02T10:05:28.000129Z

Anyone know what's the problem or how to work around it?

miikka 2018-08-02T10:07:29.000142Z

Looks a lot like this issue, but it has been supposedly fixed ages ago: https://github.com/cloverage/cloverage/pull/59

miikka 2018-08-02T10:12:25.000240Z

Seems that whenever defrecord comes with a protocol implementation, that does not work.