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

KarpelesLab / libwallet / 26998694630
22%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2026 06:11AM 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

05 Jun 2026 06:09AM UTC coverage: 21.852% (-0.005%) from 21.857%
26998694630

push

github

MagicalTux
test_app: use test() not testWidgets() for FFI-only integration tests

xcodebuild test exposed a real failure that `flutter test` happened
to hide: testWidgets installs a per-test SemanticsHandle verifier
that compares the handle count at start vs end of the body. Under
XCTest the simulator runs with system accessibility enabled (for
XCUIElement introspection); Flutter's renderer answers each
accessibility query by calling ensureSemantics(), so the handle
count goes up asynchronously during the test body. The first
testWidgets case in the file then fails with "A SemanticsHandle
was active at the end of the test" — exactly what we saw from
the xcresult dump for testInfoPingResponds.

None of these tests render widgets — they only exercise the FFI
bridge — so testWidgets is the wrong primitive. test() (from
package:test, re-exported by flutter_test) runs the same body
without the renderer verifier. integration_test's plugin reports
both test() and testWidgets() results through the same hook, so
the XCTest runner still discovers all of them.

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

4031 of 18447 relevant lines covered (21.85%)

102.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
4
18.86
-0.99% wltwallet/transfer.go
2
28.62
0.92% wltwallet/walletkey.go
Jobs
ID Job ID Ran Files Coverage
1 26998694630.1 05 Jun 2026 06:11AM UTC 125
21.85
GitHub Action Run
Source Files on build 26998694630
  • Tree
  • List 125
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26998694630
  • 6aabbf35 on github
  • Prev Build on master (#26997545604)
  • Next Build on master (#26999512686)
  • 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