-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add iOS targets to test
module and bump dependencies
#61
Conversation
@cedrickcooke unit test is failing. It appears that the compiler changed anonymous class names. tuulbox/logging/src/jvmTest/kotlin/StackTraceTagGeneratorTests.kt Lines 16 to 28 in 0859e36
Printing out I should probably just use a static string ( |
This is a legit failure. If they've changed the format for the anonymous class names, then both the expected value and the implementation of |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## main #61 +/- ##
=======================================
Coverage ? 94.44%
Complexity ? 51
=======================================
Files ? 13
Lines ? 126
Branches ? 8
=======================================
Hits ? 119
Misses ? 6
Partials ? 1 Continue to review full report at Codecov.
|
jcenter
tomavenCentral
binary-compatibility-validator
— blocked by Support MPP with multiple JVM targets Kotlin/binary-compatibility-validator#38)iosArm64
andiosX64
targets totest
module