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

Idrinth / habit-evaluator / 22071398672
40%

Build:
DEFAULT BRANCH: the-one
Ran 16 Feb 2026 04:59PM UTC
Jobs 8
Files 303
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

16 Feb 2026 04:59PM UTC coverage: 44.654%. Remained the same
22071398672

push

github

web-flow
Fix Maestro exit code not propagating test failures in CI (#430)

* Fix Maestro exit code not propagating test failures in CI

The Maestro test script used a shell variable pattern that could be
unreliable: the adb broadcast command between the test and the exit had
no error handling, and if it failed under set -e, the script would exit
before reaching the deferred exit. Additionally, the android-maestro-report
job always succeeded (if: always()) regardless of test results, masking
failures for downstream jobs and status checks.

Changes:
- Capture Maestro exit code explicitly via $? instead of a flag variable
- Add || true to adb broadcast so coverage collection cannot mask failures
- Emit a GitHub Actions error annotation when Maestro tests fail
- Add a final step in android-maestro-report that fails the job when
  the upstream android-maestro tests did not succeed

https://claude.ai/code/session_01UXaEqHuUYdoemYTsHv2U56

* Remove redundant Maestro failure check from report job

The failure should surface in the individual android-maestro matrix
jobs, not as a late aggregate in the report job. Failing the report
job would force re-checking all tests instead of showing exactly
which matrix entry broke.

https://claude.ai/code/session_01UXaEqHuUYdoemYTsHv2U56

---------

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

2782 of 7044 branches covered (39.49%)

Branch coverage included in aggregate %.

9426 of 20295 relevant lines covered (46.44%)

2.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 webserver - 22071398672.1 16 Feb 2026 05:01PM UTC 64
65.64
GitHub Action Run
2 website - 22071398672.2 16 Feb 2026 05:00PM UTC 3
95.26
GitHub Action Run
3 shared - 22071398672.3 16 Feb 2026 05:01PM UTC 91
81.67
GitHub Action Run
4 website-e2e - 22071398672.4 16 Feb 2026 05:00PM UTC 9
39.18
GitHub Action Run
5 homepage - 22071398672.5 16 Feb 2026 04:59PM UTC 4
100.0
GitHub Action Run
6 android - 22071398672.6 16 Feb 2026 05:00PM UTC 104
18.53
GitHub Action Run
7 desktop - 22071398672.7 16 Feb 2026 05:01PM UTC 25
43.41
GitHub Action Run
8 homepage-e2e - 22071398672.8 16 Feb 2026 05:00PM UTC 9
75.0
GitHub Action Run
Source Files on build 22071398672
  • Tree
  • List 303
  • 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 #22071398672
  • ef578e4f on github
  • Prev Build on the-one (#22071260475)
  • Next Build on the-one (#22072775408)
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