SpineEventEngine / core-java

The Java implementation of the framework core
https://spine.io
Apache License 2.0
36 stars 12 forks source link

Add extensions from ProtoData #1489

Closed alexander-yevsyukov closed 2 years ago

alexander-yevsyukov commented 2 years ago

This PR brings the following improvements that were previously introduced in ProtoData:

Other notable changes:

codecov[bot] commented 2 years ago

Codecov Report

Merging #1489 (1d5bf9a) into master (164ebf1) will decrease coverage by 0.40%. The diff coverage is 69.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1489 +/- ## ============================================ - Coverage 90.07% 89.66% -0.41% - Complexity 4891 4896 +5 ============================================ Files 627 631 +4 Lines 15237 15302 +65 Branches 875 880 +5 ============================================ - Hits 13725 13721 -4 - Misses 1207 1275 +68 - Partials 305 306 +1 ```