Conversation
|
I found a checkstyle problem in build, but need some time to solve it as after merging master branch got a Gradle error I tried to reset HEAD then rearrange imports and after that remerge master to fix checkstyle errors, but need some time to fix this error. May be it won't appear in my Linux laptop UPD the problem was with Gradle JVM |
350c693 to
7d35754
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #311 +/- ##
============================================
+ Coverage 94.24% 96.54% +2.29%
- Complexity 110 135 +25
============================================
Files 39 42 +3
Lines 313 376 +63
Branches 10 8 -2
============================================
+ Hits 295 363 +68
+ Misses 10 7 -3
+ Partials 8 6 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #224
There is a difference between Kotlin and Java modules i.e. in Kotlin app trace ids are equal for single record and batch record listening though in Java apps they are different.
Also I didn't complete the work on increasing test coverage. Lines with forming error spans in KafkaReadingService are not covered. So I wrote a test for a non-reactive Java app, which solves partially this problem (it is KafkaTracingTest), but I am not sure of this one.