SpineEventEngine / validation

Apache License 2.0
3 stars 0 forks source link

Migrate tests to Kotlin, reorganise `java-tests` #143

Closed alexander-yevsyukov closed 1 week ago

alexander-yevsyukov commented 1 week ago

This PR migrates majority of tests into Kotlin and reorganises the project structure under java-tests.

Changes to tests in details

Build changes under java-tests

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 33.51%. Comparing base (53aaa8d) to head (a2232e2). Report is 116 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #143 +/- ## ============================================ - Coverage 34.21% 33.51% -0.71% + Complexity 360 356 -4 ============================================ Files 134 134 Lines 2709 2709 Branches 220 220 ============================================ - Hits 927 908 -19 - Misses 1719 1739 +20 + Partials 63 62 -1 ```