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`.
Contributor
Author
|
@alexander-yevsyukov PTAL. |
…-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
Contributor
|
@armiol, I cannot add you as a reviewer because you were the original author of the PR. PTAL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR improves the configuration of Jacoco ensuring the version is explicitly set from the one declared in the dependency object.