Closed warnyul closed 3 months ago
The recent change involves the removal of the @file:Suppress("JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE")
annotation from the Kotlin file JUnit5RobolectricTestRunnerHelper.kt
. This adjustment may lead to stricter visibility checks for the module, impacting how it interacts with other Java components, while maintaining the core functionality of the code.
Files | Change Summary |
---|---|
robolectric-extension/.../JUnit5RobolectricTestRunnerHelper.kt |
Removed file-level annotation @file:Suppress("JAVA_MODULE_DOES_NOT_EXPORT_PACKAGE") , affecting visibility checks. |
In a world of code where rabbits dwell,
I hop through changes, and all is well.
Suppress no more, let visibility shine,
A cleaner path for components to align.
With every line, our code does dance,
A joyful leap, a coding romance! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
File | Coverage [50.00%] | :x: |
---|---|---|
robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt | 50.00% | :x: |
Total Project Coverage | 69.91% | :white_check_mark: |
---|
File | Coverage [95.65%] | :white_check_mark: |
---|---|---|
robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt | 95.65% | :white_check_mark: |
Total Project Coverage | 92.05% | :white_check_mark: |
---|
File | Coverage [50.00%] | :x: |
---|---|---|
robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt | 50.00% | :x: |
Total Project Coverage | 69.91% | :white_check_mark: |
---|
File | Coverage [95.65%] | :white_check_mark: |
---|---|---|
robolectric-extension/src/main/kotlin/tech/apter/junit/jupiter/robolectric/internal/JUnit5RobolectricTestRunnerHelper.kt | 95.65% | :white_check_mark: |
Total Project Coverage | 92.05% | :white_check_mark: |
---|
Summary by CodeRabbit