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

CyclopsMC / IntegratedDynamics / 33092123404
45%

Build:
DEFAULT BRANCH: master-1.21-lts
Ran 27 Aug 2026 04:20PM UTC
Jobs 1
Files 807
Run time 2min
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

27 Aug 2026 04:13PM UTC coverage: 45.547% (+0.04%) from 45.511%
33092123404

push

github

web-flow
Fix writer part aspects not activating during network initialization (#1710)

ba6dd95 moved the aspect (de)activation of
PartStateWriterBase#triggerAspectInfoUpdate inside the
`!isNetworkInitializing` branch, to stop beforeNetworkKill from clearing
the active aspect and persisting that null after a world restart.

That guard however also disabled the other half of the lifecycle:
afterNetworkAlive activates parts via updateActivation without a player,
which makes isNetworkInitializing true. So since then, the active aspect
was never assigned and IAspectWrite#onActivate was never called when a
network is built, which happens on every world load and on every network
rebuild.

Integrated Dynamics' own writers survive this because their active aspect
is restored from NBT, but add-ons rely on onActivate to register their
parts with the network. All Integrated Tunnels importers, exporters and
interfaces therefore stopped working (146 of its game tests failed, and
they all pass again with this change).

Also adds a game test that configures a writer without a player, which
is the path that add-ons and network initialization use.

2811 of 8932 branches covered (31.47%)

Branch coverage included in aggregate %.

12317 of 24282 relevant lines covered (50.72%)

2.42 hits per line

Coverage Regressions

Lines Coverage ∆ File
8
81.82
4.55% org/cyclops/integrateddynamics/core/part/write/PartStateWriterBase.java
Jobs
ID Job ID Ran Files Coverage
1 33092123404.1 27 Aug 2026 04:20PM UTC 807
45.55
GitHub Action Run
Source Files on build 33092123404
  • Tree
  • List 807
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33092123404
  • 77303001 on github
  • Prev Build on master-1.21-lts (#32878259250)
  • Next Build on master-1.21-lts (#33200054455)
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