LionWeb-io / lionweb-java

Apache License 2.0
2 stars 1 forks source link

Increase Test Coverage #149

Open ftomassetti opened 3 months ago

ftomassetti commented 3 months ago

As part of #148 we introduce Jacoco.

Coverage of the core module is not terrible but it could be increased:

Screenshot 2024-06-07 at 12 50 23

This would be particularly important and this is a foundational library for something new and relatively complex, so we want to ensure that bugs do not hide here, as it would make debugging code using this library particularly difficult (ask me how I know :D)

enikao commented 2 months ago

Once we open source the C# version it might be worth copying the tests from there and adjusting them to Java by search/replace. They are pretty extensive.