-
Notifications
You must be signed in to change notification settings - Fork 0
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
Set Jacoco version explicitly #83
Conversation
…rge them with the local Gradle 8.4-specific changes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #83 +/- ##
=========================================
Coverage 63.11% 63.11%
Complexity 843 843
=========================================
Files 117 117
Lines 3863 3863
Branches 529 529
=========================================
Hits 2438 2438
Misses 1213 1213
Partials 212 212 |
…eflect` and `base`.
@alexander-yevsyukov PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…-2023 # Conflicts: # buildSrc/build.gradle.kts # buildSrc/src/main/kotlin/DependencyResolution.kt # buildSrc/src/main/kotlin/io/spine/internal/dependency/Kotlin.kt # buildSrc/src/main/kotlin/io/spine/internal/dependency/ProtoData.kt # buildSrc/src/main/kotlin/io/spine/internal/dependency/Protobuf.kt # buildSrc/src/main/kotlin/io/spine/internal/dependency/Spine.kt # buildSrc/src/main/kotlin/io/spine/internal/dependency/Validation.kt # buildSrc/src/main/kotlin/io/spine/internal/gradle/report/coverage/JacocoConfig.kt # buildSrc/src/main/kotlin/jvm-module.gradle.kts # dependencies.md # pom.xml # tests/jvm-slf4j-jdk14-backend-std-context/build.gradle.kts # tests/jvm-slf4j-reload4j-backend-std-context/build.gradle.kts
license-report.md
to dependencies.md
@armiol, I cannot add you as a reviewer because you were the original author of the PR. PTAL. |
This PR improves the configuration of Jacoco ensuring the version is explicitly set from the one declared in the dependency object.