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

CyclopsMC / CyclopsCore / 32390885572
31%
master-1.21: 31%

Build:
Build:
LAST BUILD BRANCH: master-26
DEFAULT BRANCH: master-1.21
Ran 20 Aug 2026 04:17PM UTC
Jobs 1
Files 614
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

20 Aug 2026 04:14PM UTC coverage: 31.032%. Remained the same
32390885572

Pull #234

github

claude
Enable configuration on demand, and fail on configuration cache problems

Configuration on demand only configures the projects needed by the
requested tasks. For unqualified tasks like `build` that is still all
four subprojects, so it changes nothing there, but it composes cleanly
with the configuration cache and pays off for qualified invocations:

  configuration cache miss, ./gradlew build
    on   5.6s / 5.0s   (4 projects configured)
    off  5.0s / 5.2s   (4 projects configured)

  configuration cache miss, ./gradlew :loader-neoforge:build
    on   1.8s / 1.8s   (2 projects configured)
    off  4.7s / 4.6s   (4 projects configured)

On a configuration cache hit no project is configured at all, so this
only affects runs that miss the cache.

Also drops the configuration-cache.problems=warn setting, so that
problems fail the build rather than being reported and ignored. The
build reports none today, and a plugin update that introduces one
should be visible rather than silently degrading.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NVogTgqmFMYafVAsnQMs7k
Pull Request #234: Enable the Gradle configuration cache and configuration on demand

1301 of 4605 branches covered (28.25%)

Branch coverage included in aggregate %.

3877 of 12081 relevant lines covered (32.09%)

1.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32390885572.1 20 Aug 2026 04:17PM UTC 873
25.17
GitHub Action Run
Source Files on build 32390885572
  • Tree
  • List 614
  • Changed 24
  • Source Changed 0
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #32390885572
  • Pull Request #234
  • PR Base - master-26-lts (#30370778071)
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