segmentio / analytics-kotlin

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

make SegmentInstant thread safe #207

Closed wenxi-zeng closed 11 months ago

wenxi-zeng commented 11 months ago

addressed threat safety concern mentioned in #200

codecov[bot] commented 11 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (fedb363) 83.61% compared to head (55d45bd) 78.54%. Report is 1 commits behind head on main.

Files Patch % Lines
...t/analytics/kotlin/core/utilities/DateTimeUtils.kt 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ============================================ - Coverage 83.61% 78.54% -5.08% Complexity 495 495 ============================================ Files 70 78 +8 Lines 5713 6586 +873 Branches 747 833 +86 ============================================ + Hits 4777 5173 +396 - Misses 298 739 +441 - Partials 638 674 +36 ```

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