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

KarpelesLab / libwallet / 26957998771
22%

Build:
DEFAULT BRANCH: master
Ran 04 Jun 2026 02:28PM UTC
Jobs 1
Files 125
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

04 Jun 2026 02:24PM UTC coverage: 21.87% (-0.01%) from 21.884%
26957998771

push

github

MagicalTux
wltwallet: convert TestWalletPeers backend-flake failures into skips

Live probe of selectPeer's flow (REST → committee → Spot pings)
intermittently fails with "context deadline exceeded" when the
phplatform REST endpoint or the WalletSign fleet is slow — the
documented backend flake (project_phplatform_db_outage.md). The
previous unbounded WaitOnline + raw t.Errorf path turned every
backend wobble into red CI, including on commits whose diffs
demonstrably cannot affect this test.

Two changes:

- Bound WaitOnline at 10 s. Without the cap, an unreachable broker
  would hang the test for the full Go test timeout instead of
  giving us a clean skip.
- Convert both known live-infra failure modes (timeout/deadline,
  i/o timeout) into t.Skip rather than t.Errorf. A real selectPeer
  bug would surface as a different error class — wrong endpoint,
  parse failure, etc. — and still fail loudly. Coverage isn't lost:
  the end-to-end sign/reshare tests exercise the same flow under
  the documented healthy-backend gate.

Test-only change; no Dart-side bump.

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

4032 of 18436 relevant lines covered (21.87%)

102.59 hits per line

Coverage Regressions

Lines Coverage ∆ File
78
20.41
0.2% wltwallet/transfer.go
5
27.69
-0.92% wltwallet/walletkey.go
Jobs
ID Job ID Ran Files Coverage
1 26957998771.1 04 Jun 2026 02:28PM UTC 125
21.87
GitHub Action Run
Source Files on build 26957998771
  • Tree
  • List 125
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26957998771
  • 1f181319 on github
  • Prev Build on master (#26945273473)
  • Next Build on master (#26993183602)
  • 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