SpineEventEngine / logging

Multiplatform fluent logging API for Kotlin projects
0 stars 0 forks source link

Move test utils to `:testutil-logging` #79

Closed yevhenii-nadtochii closed 12 months ago

yevhenii-nadtochii commented 12 months ago

This PR moves logging interceptors (Recorder and its implementations) to :testutil-logging.

Their package location has been changed to io.spine.logging.testing for consistency.

:testutil-logging is a KMP module now because some of the moved files are multiplatform.

codecov[bot] commented 12 months ago

Codecov Report

Merging #79 (7ffb10b) into master (c79e400) will decrease coverage by 1.25%. The diff coverage is 0.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #79 +/- ## ============================================ - Coverage 64.36% 63.11% -1.25% Complexity 843 843 ============================================ Files 116 117 +1 Lines 3788 3863 +75 Branches 512 529 +17 ============================================ Hits 2438 2438 - Misses 1138 1213 +75 Partials 212 212 ```
yevhenii-nadtochii commented 12 months ago

@armiol @alexander-yevsyukov PTAL