- Add support for new cloverage flags
--line-fail-threshold
and--form-fail-threshold
- Bumped Cloverage dependency to
1.2.4
.
- Fix cljdoc build
- handle correctly test-ns-regex, converting strings into regexes and
adding cli support for the option as
--cov-test-ns-regex
- Bump Cloverage to 1.2.0
- Switch back to vanilla Cloverage, and bump it to 1.1.3. This version no longer contains an aot-compiled tools.reader.
- 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