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

spesmilo / electrum / 5265127550746624
64%
master: 64%

Build:
Build:
LAST BUILD BRANCH: 202603_test_lnpeer_modern_shutdown
DEFAULT BRANCH: master
Ran 09 Mar 2026 01:47PM UTC
Jobs 1
Files 89
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

09 Mar 2026 01:39PM UTC coverage: 63.849% (-0.003%) from 63.852%
5265127550746624

Pull #10514

CirrusCI

f321x
qml: rbf/cancel: fix type error

self.oldfeeRate is initialized as int in `QETxRbfFeeBumper` and
`QETxCanceller`. However QML expects it to be a string. Initializing
it as string fixes the exception. Previously this didn't happen as
`Abstract_Wallet.add_info_from_wallet_and_network()` would never
return False, so the `get_tx()` method would immediately overwrite
the self.oldfeeRate variable with a string.

```
 20.95 | D | gui.qml.qetxfinalizer | TxMonMixin.__init__
 20.95 | E | gui.qml.qeapp.Exception_Hook | exception caught by crash reporter
TypeError: unable to convert a Python 'int' object to a C++ 'QString' instance
```
Pull Request #10514: transaction: re-raise NetworkException in add_info_from_network

1 of 3 new or added lines in 1 file covered. (33.33%)

2 existing lines in 2 files now uncovered.

24550 of 38450 relevant lines covered (63.85%)

0.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
88.15
-0.09% electrum/transaction.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
80.24
-0.29% electrum/crypto.py
1
69.19
-0.08% electrum/lnchannel.py
Jobs
ID Job ID Ran Files Coverage
1 5265127550746624.1 09 Mar 2026 01:47PM UTC 89
63.85
Source Files on build 5265127550746624
  • Tree
  • List 89
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #52651275...
  • Pull Request #10514
  • PR Base - master (#51772002...)
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