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

spesmilo / electrum / 5061144471142400
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: qml_manual_fee_feerate_edit
DEFAULT BRANCH: master
Ran 14 Jan 2026 11:00AM UTC
Jobs 1
Files 88
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 Jan 2026 10:42AM UTC coverage: 62.684% (-0.004%) from 62.688%
5061144471142400

Pull #10410

CirrusCI

f321x
qml: fix invalid QEInvoiceParser state

Fixes the issue described in #10406.
When scanning a lightning invoice we would pass it to
`QEInvoiceParser.fromResolvedPaymentIdentifier()`, however
`fromResolvedPaymentIdentifier()` doesn't reset the state of
`QEInvoiceParser._lnurlData` which is used in QML to evaluate
`payImmediately: invoiceParser.isLnurlPay` in the `onValidationSuccess`
connection.

This change calls `clear()` in `fromResolvedPaymentIdentifier()` to
ensure that `QEInvoiceParser` state gets reset when loading a new invoice.
However when retrieving a bolt11 from a lnurl-pay callback we don't
wan't to reset `QEInvoiceParser._lnurlData` so that `payImmediately` is
true when confirming the lnurl pay dialog, for that I skip calling
`fromResolvedPaymentIdentifier()` and instead call `validateRecipient()`
directly so the `QEInvoiceParser` state doesn't get reset in this case.
Pull Request #10410: qml: fix invalid QEInvoiceParser state

23902 of 38131 relevant lines covered (62.68%)

0.63 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
66.02
-0.08% electrum/lnchannel.py
212
57.27
-0.02% electrum/lnworker.py
Jobs
ID Job ID Ran Files Coverage
1 5061144471142400.1 14 Jan 2026 11:00AM UTC 88
62.68
Source Files on build 5061144471142400
  • Tree
  • List 88
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #50611444...
  • Pull Request #10410
  • PR Base - master (#54216536...)
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