Open
Conversation
JaCoCo code coverage report - scala:2.12.15
|
JaCoCo code coverage report - scala:2.11.12
|
JaCoCo code coverage report - scala:2.13.14
|
lsulak
reviewed
Apr 15, 2026
Collaborator
There was a problem hiding this comment.
So far I like the changes, it's pretty expected. Interested in that CI failures behind cache GH Action though. But I would start with this: version used here is extra old, it's v5. Just try to update it and let's see what happens:
https://github.com/coursier/cache-action/releases/tag/v8.1.0
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 pull request adds support for Scala 2.13 across the project, updating documentation, build configuration, and dependency handling to ensure compatibility. It also updates some dependency versions and cleans up test and example configurations.
Scala 2.13 support and dependency updates:
project/Dependencies.scalato support Scala 2.13 in dependency resolution, including Spark, json4s, and Jackson modules. Added new version constants for Scala 2.13 and improved helper functions to handle three Scala versions. Also updated theabsaCommonsdependency version. [1] [2]README.mdto document usage and dependency examples for Scala 2.13, including for core, S3 extension, json4s, and model modules. [1] [2] [3] [4]Build and test configuration:
sbtversion inproject/build.propertiesfrom 1.5.5 to 1.9.9 for better Scala 2.13 support.BuildPropertiesSpec.scalaandControlMeasureBuilderTest.scalato accept Scala 2.13 artifact names. [1] [2] [3]SubclassByteBuddyMockMakerinstead ofmock-maker-inline, likely for better compatibility.Cleanup and simplification:
specs2in favor ofscalatestfor examples. [1] [2] [3]