kaocha-cloverage icon indicating copy to clipboard operation
kaocha-cloverage copied to clipboard

Code coverage analysis for Kaocha

Results 4 kaocha-cloverage issues
Sort by recently updated
recently updated
newest added

## 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...