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

CyclopsMC / IntegratedDynamics / 33414607026
47%

Build:
DEFAULT BRANCH: master-1.21-lts
Ran 31 Aug 2026 04:34PM UTC
Jobs 2
Files 808
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

31 Aug 2026 04:31PM UTC coverage: 46.917% (+0.04%) from 46.881%
33414607026

push

github

rubensworks
Clean up the cables that the append benchmarks add outside the network cube

GameTestsPerformance#addCablesPostWarmup appends its cables just outside of
the generated network cube, up to 100 blocks above it, while the cleanup after
each measurement only clears the cube itself.

Those cables were therefore never removed, so their network stayed alive for
the remainder of the server run and kept being ticked while the tests that run
afterwards were being measured, and it was persisted into the world save.

Measured over a full run, this removes the two leftover networks of about 90
cables each that the append tests left behind (331 -> 329 persisted networks,
and a 17% smaller network storage file, since those two are by far the largest
ones). Note that a full run leaves several hundred smaller networks behind in
total, so this does not by itself make repeated runs over the same world
comparable.

The appended cables are now cleared together with the cube. A bounding box
variant of NetworkGenerationHelper#clearCables is added for that, so that the
SKIP_NETWORK_INIT handling stays in one place.

3063 of 9244 branches covered (33.14%)

Branch coverage included in aggregate %.

12903 of 24786 relevant lines covered (52.06%)

4.97 hits per line

Coverage Regressions

Lines Coverage ∆ File
56
3.9
-0.03% org/cyclops/integrateddynamics/command/CommandGenerateNetwork.java
30
65.05
-5.69% org/cyclops/integrateddynamics/core/network/PartNetworkElement.java
17
80.78
0.63% org/cyclops/integrateddynamics/core/helper/CableHelpers.java
1
63.92
-1.9% org/cyclops/integrateddynamics/api/part/PartTypeAdapter.java
1
52.1
-0.84% org/cyclops/integrateddynamics/core/part/PartTypeBase.java
Jobs
ID Job ID Ran Files Coverage
1 33414607026.1 31 Aug 2026 04:34PM UTC 808
46.91
GitHub Action Run
2 33414607026.2 31 Aug 2026 04:38PM UTC 808
46.91
GitHub Action Run
Source Files on build 33414607026
  • Tree
  • List 808
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33414607026
  • 87ed6882 on github
  • Prev Build on master-1.21-lts (#33318654865)
  • Next Build on master-1.21-lts (#33543150380)
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