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

KarpelesLab / libwallet / 24829670842
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 10:23AM UTC
Jobs 1
Files 106
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

23 Apr 2026 10:14AM UTC coverage: 20.027%. Remained the same
24829670842

push

github

MagicalTux
dart-test.yml: fix watchdog — capture flutter PID, not tee's

Previous attempt put `flutter test ... | tee "$LOG" &` and relied
on `$!` to give us flutter's PID. In bash `$!` after a backgrounded
pipeline is the LAST command's PID, which is tee. So the watchdog's
kill -TERM hit tee, not flutter — flutter kept running until the
30-min job cap killed everything.

Switch to `flutter test ... > "$LOG" 2>&1 &` (direct file redirect)
so $! is genuinely flutter's PID. Add a background `tail -f "$LOG"`
to preserve the live console output the previous tee gave us.

Also: detect watchdog fires by checking exit code 143 (SIGTERM) or
137 (SIGKILL) after wait, alongside the existing log-grep heuristic.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2693 of 13447 relevant lines covered (20.03%)

60.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24829670842.1 23 Apr 2026 10:23AM UTC 106
20.03
GitHub Action Run
Source Files on build 24829670842
  • Tree
  • List 106
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24829670842
  • 928d2150 on github
  • Prev Build on master (#24829314022)
  • Next Build on master (#24830721880)
  • Delete
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