Hi,
I've analysed your code base and noticed that the classes in com.kennycason.kumo.font.scale are not fully tested. This is according to IntelliJ's internal coverage runner.
I've written tests for the scale functions in these classes with the help of DiffblueCover. Hopefully, they should help you detect any regressions caused by future code changes.
If you would find it useful to have additional tests written for this repository, I would be more than happy to look at other particular classes that you consider important.
Hi, I've analysed your code base and noticed that the classes in
com.kennycason.kumo.font.scale
are not fully tested. This is according to IntelliJ's internal coverage runner.I've written tests for the
scale
functions in these classes with the help of Diffblue Cover. Hopefully, they should help you detect any regressions caused by future code changes. If you would find it useful to have additional tests written for this repository, I would be more than happy to look at other particular classes that you consider important.