kaocha-cloverage
kaocha-cloverage copied to clipboard
Code coverage analysis for Kaocha
## Symptom I was upgrading some pretty dated koacha deps in MrAnderson. It was using version `0.0-32` of the kaocha-cloverage plugin. After upgrading to the current kaocha versions, I encoutered...
I have created a project below which minimally illustrates the issue. Please check it out and try running the two aliases. https://github.com/mchughs/kaocha-cloverage-fail-example Essentially something like `-m kaocha.runner --plugin cloverage` works...
**How to reproduce**: just put new array syntax in code, e.g `(^[byte/1 int int] Arrays/copyOfRange (.getBytes "hello world") 0 3)`, then run tests with kaocha and enabled cloverage plugin. **What...
I'm adding the report that's been generated to the $GITHUB_STEP_SUMMARY var, so it can be easily read in PRs. The table renders just fine, but any other styles or elements...
This pull request adds support for the `:line-fail-threshold` and `:form-fail-threshold` options in `cloverage`, which were not possible to specify. The README, CHANGELOG and tests have been updated to have content...
I turned on cloverage with a new repo and got this stacktrace. Any ideas? Works on a bunch of other repos we have. ``` java.lang.NullPointerException: Cannot invoke "java.lang.ClassLoader.getResources(String)" because the...