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

CyclopsMC / IntegratedDynamics-Compat / 34742330919
10%
master-26-lts: 39%

Build:
Build:
LAST BUILD BRANCH: master-26.2
DEFAULT BRANCH: master-26-lts
Ran 13 Sep 2026 06:18AM UTC
Jobs 1
Files 58
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

13 Sep 2026 06:15AM UTC coverage: 38.745% (-1.6%) from 40.333%
34742330919

Pull #42

github

rubensworks
Update ModDevGradle to 2.0.147 to fix stale patched Minecraft on CI

CI failed on the NeoForge bump with:

  NoSuchMethodError: 'void net.neoforged.neoforge.internal.DataComponentModifiers
  .apply(net.minecraft.world.item.Item, net.minecraft.core.component.DataComponentMap$Builder)'

That two-argument signature only exists in 26.1.2.22-beta; 26.1.2.109 takes
a HolderLookup.Provider as well. The call came from the patched Minecraft
jar, so it had been built from the old patches and only named after the new
version.

ModDevGradle disables recompilation when the CI environment variable is set,
which switches NeoFormRuntime to its binaryPatch path. In 2.0.141 that step's
cache key does not account for the NeoForge version, so a warm cache returns
the previous version's patched jar. Local builds never hit it, since they take
the decompile/recompile path instead.

Reproduced locally with CI=true: building 26.1.2.22-beta and then 26.1.2.109
reuses the cached binaryPatch output and emits the old patches. On 2.0.147 the
step re-runs, each version keeps its own entry, and cycling between versions
keeps returning the right jar.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JpfdmgsyiKsvxjztpcvqpK
Pull Request #42: Re-enable The One Probe support, and fix a Jade proxy crash

69 of 362 branches covered (19.06%)

Branch coverage included in aggregate %.

678 of 1566 relevant lines covered (43.3%)

1.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
0.0
0.0% org/cyclops/integrateddynamicscompat/modcompat/jade/ProxyDataProviderClient.java
1
95.65
0.2% org/cyclops/integrateddynamicscompat/IntegratedDynamicsCompat.java
Jobs
ID Job ID Ran Files Coverage
1 34742330919.1 13 Sep 2026 06:18AM UTC 58
38.74
GitHub Action Run
Source Files on build 34742330919
  • Tree
  • List 58
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34742330919
  • Pull Request #42
  • PR Base - master-26-lts (#34435102471)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc