- Get rid of clojure.tools.reader warnings, by switching to a Cloverage version that does not include an AOT compiled clojure.tools.reader.
- Support code using tagged literals (#6)
- Allow passing excluded calls to Cloverage, see also Cloverage#242
- Upgrade Cloverage to version 1.1.1
- Don't rely on Cloverage to find namespaces, this fixes compatibility with Cucumber.
- Allow configuring ns-regex and ns-exclude-regex from tests.edn (#2)
- Correctly specify Cloverage as a dependency
- Initial release