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

KarpelesLab / libwallet / 24811249763
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 01:21AM UTC
Jobs 1
Files 102
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 01:14AM UTC coverage: 19.876%. Remained the same
24811249763

push

github

MagicalTux
podspec: switch back to vendored_libraries so files reach PODS_ROOT

preserve_paths only retains files at the pod's *source* location.
For path-based pods (which is what Flutter's ffiPlugin uses) it
does NOT trigger CocoaPods to copy them into $(PODS_ROOT)/<pod>/,
so the linker's -force_load couldn't find the archive:

  Build input file cannot be found:
    .../Pods/libwallet/liblibwallet-iossimulator.a

vendored_libraries is the right hammer — for path-based pods it
copies the listed files into PODS_ROOT/<pod>/ at install time. The
downside is auto-emitted -l flags on every link line, including
for the wrong-SDK slice; the linker prints a benign "ignoring file
... built for iOS [Simulator]" warning and proceeds. The per-SDK
-force_load remains the actual pull-in mechanism for FFI symbols.

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

2529 of 12724 relevant lines covered (19.88%)

62.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24811249763.1 23 Apr 2026 01:21AM UTC 102
19.88
GitHub Action Run
Source Files on build 24811249763
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24811249763
  • 37fabcbb on github
  • Prev Build on master (#24810925153)
  • Next Build on master (#24811563666)
  • 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