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

spesmilo / electrum / 6063918721794048
64%
master: 64%

Build:
Build:
LAST BUILD BRANCH: ndk28_qt610_rebase_p4a
DEFAULT BRANCH: master
Ran 16 Mar 2026 02:00PM 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

16 Mar 2026 01:53PM UTC coverage: 63.892%. Remained the same
6063918721794048

Pull #10528

CirrusCI

f321x
swaps: make SwapManager.percentage Decimal

If SwapManager.percentage was a 0.2 float, rounding differences would
cause an exception in the fee calculation inverse sanity check when entering 20
000 sats into the SwapDialog. By making self.percentage a decimal we can
prevent this kind of issue.

```
File "/home/user/code/vibecoding_vm/electrum/electrum/gui/qt/swap_dialog.py", line 294, in on_send_edited
    recv_amount = self.swap_manager.get_recv_amount(send_amount, is_reverse=self.is_reverse)
  File "/home/user/code/vibecoding_vm/electrum/electrum/submarine_swaps.py", line 1320, in get_recv_amount
    if abs(send_amount - inverted_send_amount) > 1:
           ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
TypeError: unsupported operand type(s) for -: 'int' and 'NoneType'
```
Pull Request #10528: swaps: improve SwapServerDialog, provider CLI

2 of 5 new or added lines in 1 file covered. (40.0%)

1 existing line in 1 file now uncovered.

24569 of 38454 relevant lines covered (63.89%)

0.64 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
23.14
0.0% electrum/submarine_swaps.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
23.14
0.0% electrum/submarine_swaps.py
Jobs
ID Job ID Ran Files Coverage
1 6063918721794048.1 16 Mar 2026 02:00PM UTC 89
63.89
Source Files on build 6063918721794048
  • Tree
  • List 89
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #60639187...
  • Pull Request #10528
  • PR Base - master (#62216377...)
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