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

CyclopsMC / ColossalChests / 35509517077
64%
master-1.21: 62%

Build:
Build:
LAST BUILD BRANCH: master-26
DEFAULT BRANCH: master-1.21
Ran 20 Sep 2026 12:06PM UTC
Jobs 1
Files 84
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

20 Sep 2026 12:02PM UTC coverage: 64.339% (+0.1%) from 64.195%
35509517077

Pull #211

github

rubensworks
Fix the 14 upgrade/downgrade game tests on Fabric

The tests compared the result of ItemStack#useOn against the
InteractionResult.SUCCESS constant by identity. In 26.3, vanilla's
ItemStack#useOn no longer returns the item's result unchanged: for a
Success whose wasItemInteraction is set, it returns
success.heldItemTransformedTo(stack), a new Success record carrying the
held stack. So the constant never matches.

NeoForge and Forge patch useOn to route server-side use through
CommonHooks#onPlaceItemIntoWorld, which does not apply that
transformation, which is why only Fabric failed.

The upgrade tool itself was correct on all three loaders: it returned
SUCCESS and the chests were transformed. Only the assertion was too
strict, so it now checks for an InteractionResult.Success instead. The
two assertions on FAIL are left alone, since non-Success results are
still passed through unchanged.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01V35MFZ7JSgoLe79J4d1uxf
Pull Request #211: Update to Minecraft 26.3 (14 Fabric game tests regress)

331 of 696 branches covered (47.56%)

Branch coverage included in aggregate %.

1724 of 2498 relevant lines covered (69.02%)

7.62 hits per line

Coverage Regressions

Lines Coverage ∆ File
25
66.49
0.17% org/cyclops/colossalchests/block/ColossalChest.java
16
6.56
3.22% org/cyclops/colossalchests/network/packet/ServerboundContainerClickPacketOverride.java
14
50.94
0.03% org/cyclops/colossalchests/block/UncolossalChest.java
10
0.0
0.0% org/cyclops/colossalchests/client/render/blockentity/RenderTileEntityChestBase.java
9
70.79
1.56% org/cyclops/colossalchests/block/Interface.java
Jobs
ID Job ID Ran Files Coverage
1 35509517077.1 20 Sep 2026 12:06PM UTC 129
63.46
GitHub Action Run
Source Files on build 35509517077
  • Tree
  • List 84
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35509517077
  • Pull Request #211
  • PR Base - master-26 (#34138314606)
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