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

KarpelesLab / libwallet / 24392133617
25%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2026 09:50AM UTC
Jobs 1
Files 67
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

14 Apr 2026 09:42AM UTC coverage: 25.67% (-0.05%) from 25.723%
24392133617

push

github

MagicalTux
fix(btc): decode modchain_assets balance as decimal-format number

modchain serializes BtcAmount as a decimal-formatted string (e.g.
"0.00000000") rather than an integer satoshi count, which broke
balance queries with:
  json: cannot unmarshal number 0.00000000 into Go struct field
  .assets.balance of type int64

Use json.Number to accept either form, and read the asset's decimals
field to scale the value correctly. Falls back to big.Float parsing
for the decimal string case.

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

0 of 21 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

1878 of 7316 relevant lines covered (25.67%)

3.22 hits per line

Uncovered Changes

Lines Coverage ∆ File
21
46.52
-1.57% wltnet/network.go

Coverage Regressions

Lines Coverage ∆ File
1
46.52
-1.57% wltnet/network.go
Jobs
ID Job ID Ran Files Coverage
1 24392133617.1 14 Apr 2026 09:50AM UTC 67
25.67
GitHub Action Run
Source Files on build 24392133617
  • Tree
  • List 67
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24392133617
  • f72513f4 on github
  • Prev Build on master (#24377708694)
  • Next Build on master (#24394026285)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc