Hi,
I just released cloverage 1.1.2 to clojars (
https://clojars.org/cloverage). Lots of little quality of life improvements. Thanks to all the contributors for this release!
- Improvements
- Support for deftype forms (#254)
- Custom data readers are now installed before instrumentation (#255, #197)
- Better error message when no namespaces selected for instrumentation (#245)
- Travis CI tests now run on Ubuntu Trusty (#256)
- License cleanup (no changes, just housekeeping) (#249, #251)
- Documentation for using cloverage with deps.edn/clj ecosystem (#248)
- Bugfixes
- :exclude-calls didn't work because of an incorrect type conversion (#253)
lvh