segmentio / analytics-kotlin

The hassle-free way to add Segment analytics to your Kotlin app (Android/JVM).
MIT License
45 stars 27 forks source link

Release/1.14.0 #202

Closed didiergarcia closed 11 months ago

didiergarcia commented 11 months ago

Adding a findAll(KClass) to Destination plugin. This matches the API already available in the Analytics object and allows us to find Plugins added to Destination Plugins which was previous impossible.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (4c8b3b7) 78.53% compared to head (0910649) 46.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #202 +/- ## ============================================= - Coverage 78.53% 46.23% -32.30% + Complexity 494 14 -480 ============================================= Files 78 8 -70 Lines 6591 876 -5715 Branches 833 85 -748 ============================================= - Hits 5176 405 -4771 + Misses 741 437 -304 + Partials 674 34 -640 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.