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

Idrinth / habit-evaluator / 21922596047
40%

Build:
DEFAULT BRANCH: the-one
Ran 11 Feb 2026 08:52PM UTC
Jobs 1
Files 3
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

11 Feb 2026 08:51PM UTC coverage: 69.048%. Remained the same
21922596047

push

github

web-flow
Speed up Android CI by eliminating redundant R8 builds (#338)

* Speed up Android CI by eliminating redundant R8 builds

The ./gradlew build in the java job was building all 4 Android variants
(modern/legacy × debug/release) including 2 expensive R8 minification
passes, lint for all variants, and JaCoCo-instrumented tests — none of
which were used by that job. Combined with 4 separate apk/aab jobs each
doing their own R8 pass on fresh runners, the pipeline ran 6 total R8
passes.

Changes:
- Scope java job to :shared:build :webserver:build :desktop:build only
  (removes unused Android + website/homepage builds from critical path)
- Add dedicated android job that builds debug variants and runs tests in
  parallel with the java job (no R8, no lint, no release variants)
- Merge separate apk and aab jobs into single android-release job per
  flavor, building APK + AAB in one Gradle invocation to share the R8
  pass (6 R8 passes → 2)
- Apply same apk/aab merge to release.yml (4 R8 passes → 2)

https://claude.ai/code/session_012iitmkGkTN3Z1bc8cDJTHp

* Add Android coverage to Coveralls aggregation

Add a Coveralls upload step to the android CI job pointing at the
JaCoCo XML report, and include the android job in the coveralls-finish
needs list and carryforward flags so android coverage is aggregated
with shared, webserver, desktop, and website.

https://claude.ai/code/session_012iitmkGkTN3Z1bc8cDJTHp

* Scope jacocoTestReport to built modules in java CI job

The unscoped ./gradlew jacocoTestReport was causing Gradle to resolve
:android:jacocoTestReport (and its test task dependencies) even though
the android module is not built in this job. Scope the invocation to
:shared, :webserver, and :desktop only. jacocoAggregateReport and
jacocoTestCoverageVerification already scope to javaModules in the
root build.gradle so they need no change.

https://claude.ai/code/session_012iitmkGkTN3Z1bc8cDJTHp

---------

Co-authored-by: Claude <noreply@anthropic.com>

44 of 69 branches covered (63.77%)

Branch coverage included in aggregate %.

101 of 141 relevant lines covered (71.63%)

11.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 website - 21922596047.1 11 Feb 2026 08:52PM UTC 3
69.05
GitHub Action Run
Source Files on build 21922596047
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #21922596047
  • 8aae01b3 on github
  • Prev Build on the-one (#21918063297)
  • Next Build on the-one (#21922879758)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc