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

leobenkel / ZparkIO / 19137986240
0%

Build:
DEFAULT BRANCH: main
Ran 06 Nov 2025 02:10PM UTC
Jobs 1
Files 7
Run time 1min
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

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

Jobs
ID Job ID Ran Files Coverage
1 19137986240.1 06 Nov 2025 02:10PM UTC 7
0.0
Source Files on build 19137986240
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 03b25b47 on github
  • Prev Build on main (#5457488936)
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

© 2026 Coveralls, Inc