• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

leobenkel / ZparkIO
0%

Build:
DEFAULT BRANCH: main
Repo Added 18 Nov 2019 07:21PM UTC
Files 7
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 5c0e771a34b2601e546b379ba276d473a1bd564b
  • ZFuture
  • a6dbc5bdb6e19eb975c0142cf3a36e1dea21a0de
  • add_more_example
  • arguments
  • better_command_line_help
  • carryException
  • claude/fix-build-tests-deps-011CUoFgewNV3KCoQy7WMo4z
  • clean
  • fixMaster
  • fix_emr_failure
  • fix_emr_issue
  • fix_logging
  • fix_spark_run
  • fix_tests_travis
  • handle_verify
  • helper_for_test
  • lbenkel/broadcast_helper
  • lbenkel/updateREADME
  • lbenkel/zio_migration
  • leo/datasetz
  • main
  • master
  • minor_fixes
  • multi-spark
  • option_stop_spark
  • publish-scallop
  • quick_fix
  • refs/tags/v0.14.7
  • refs/tags/v1.0.0
  • refs/tags/v1.0.1
  • reorganization
  • sparkBuilder_defaultBehavior
  • travis
  • update/sbt-1.4.4
  • v0.0.1
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.8
  • v0.1.1
  • v0.1.3
  • v0.1.4
  • v0.1.5
  • v0.10.0
  • v0.11.0
  • v0.2.0
  • v0.2.1
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.4.0
  • v0.4.1
  • v0.5.0
  • v0.6.0
  • v0.7.0
  • v0.7.1
  • v0.7.2
  • v0.7.3
  • v0.7.4
  • v0.7.5
  • v0.8.2
  • v0.9.0
  • v0.9.1
  • v1.1.0
  • version_upgrade
  • wip
  • zMap
  • zds_flatmap
  • zio_1.0.0

06 Nov 2025 01:54PM UTC coverage: 0.0%. Remained the same
19137986240

push

web-flow
Fix build, tests, and update dependencies (#349)

* Update build dependencies and Spark versions

Major dependency updates to modernize the project:

Build Tools:
- Upgrade sbt from 1.8.2 to 1.10.11
- Upgrade sbt-ci-release plugin from 1.5.11 to 1.11.0

Scala Versions:
- Update Scala 2.12 from 2.12.17 to 2.12.20
- Update Scala 2.13 from 2.13.10 to 2.13.17

Spark Versions:
- Update Spark 3.2 from 3.2.3 to 3.2.4
- Update Spark 3.3 from 3.3.1 to 3.3.4
- Add support for Spark 3.4.4 (new)
- Add support for Spark 3.5.6 (new)

Library Dependencies:
- Upgrade ZIO from 2.0.10 to 2.1.9
- Upgrade ScalaTest from 3.2.16 to 3.2.19
- Upgrade Scallop from 4.1.0 to 5.2.0
- Upgrade Netty from 4.1.94.Final to 4.1.115.Final
- Upgrade Netty TCNative from 2.0.61.Final to 2.0.67.Final
- Update spark-testing-base to 2.0.1 for all Spark 3.x versions

CI/CD Updates:
- Update GitHub Actions to latest versions (checkout@v4, cache@v4, setup-java@v4)
- Switch Java distribution from 'adopt' to 'temurin'
- Upgrade Java version from 8 to 11 (required for Spark 3.4+)

Documentation:
- Add comprehensive UPGRADE_NOTES.md with migration guidance

Breaking Changes:
- Scallop major version upgrade (4.x to 5.x) may require code changes
- Java 11 is now minimum required version
- Review UPGRADE_NOTES.md for full details and migration guidance

* Fix GitHub Actions CI workflow by installing sbt

Add explicit sbt installation step to both build and release jobs.
The actions/setup-java action sets up Java but does not install sbt,
causing the build to fail with "sbt: command not found".

This fix adds a step to install sbt from the official Scala SBT
repository before running any sbt commands.

* Update Soteria configuration for new dependency versions

Update soteria.json to accept the upgraded versions:
- SBT: 1.8.2 → 1.10.11
- Scala: Add 2.12.20 and 2.13.17 to allowed versions
- Scallop: 4.1.0 → 5.2.0
- Docker base image: openjdk:8-jre → eclipse-temurin:11-jre

This fixes the build failure w... (continued)

0 of 103 relevant lines covered (0.0%)

0.0 hits per line

Relevant lines Covered
Build:
Build:
103 RELEVANT LINES 0 COVERED LINES
0.0 HITS PER LINE
Source Files on main
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19137986240 main Fix build, tests, and update dependencies (#349) * Update build dependencies and Spark versions Major dependency updates to modernize the project: Build Tools: - Upgrade sbt from 1.8.2 to 1.10.11 - Upgrade sbt-ci-release plugin from 1.5.11 to 1... push 06 Nov 2025 02:10PM UTC web-flow
0.0
19134280711 claude/fix-build-tests-deps-011CUoFgewNV3KCoQy7WMo4z Merge abb5fb2c7 into 85cf42197 Pull #349 06 Nov 2025 11:48AM UTC web-flow
0.0
5457488936 main Update spark-testing-base to 3.4.0_1.4.3 (#261) push 04 Jul 2023 06:39PM UTC web-flow pending completion  
5455581773 main Update netty-all, netty-buffer to 4.1.94.Final (#262) push 04 Jul 2023 02:19PM UTC web-flow pending completion  
5455389764 main Update scalafmt-core to 3.7.5 (#263) * Update scalafmt-core to 3.7.5 * Reformat with scalafmt 3.7.5 Executed command: scalafmt --non-interactive * Add 'Reformat with scalafmt 3.7.5' to .git-blame-ignore-revs push 04 Jul 2023 01:57PM UTC web-flow pending completion  
5311574523 main Update netty-all, netty-buffer to 4.1.93.Final (#254) push 19 Jun 2023 12:19PM UTC web-flow pending completion  
5311218995 main Update spark-testing-base to 3.3.2_1.4.3 (#250) Co-authored-by: Leo Benkel <4960573+leobenkel@users.noreply.github.com> push 19 Jun 2023 11:43AM UTC web-flow pending completion  
5311002642 main Update scalatest to 3.2.16 (#255) push 19 Jun 2023 11:14AM UTC web-flow pending completion  
5310842569 main Update scalafmt-core to 3.7.4 (#256) push 19 Jun 2023 10:54AM UTC web-flow pending completion  
4993965662 main Update netty-tcnative-classes to 2.0.61.Final (#253) push 16 May 2023 04:04PM UTC GitHub pending completion  
See All Builds (328)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc