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

spesmilo / electrum / 6145304912723968
61%
master: 63%

Build:
Build:
LAST BUILD BRANCH: qml_manual_fee_feerate_edit
DEFAULT BRANCH: master
Ran 05 Sep 2025 06:35PM UTC
Jobs 5
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

05 Sep 2025 06:26PM UTC coverage: 61.327% (+0.003%) from 61.324%
6145304912723968

Pull #10203

CirrusCI

SomberNight
commands: add clear error that plugin commands cannot be run with -o

note that atm none of the plugin commands are explicitly marked with 'n' but all require it.
Also note that 'w' for plugin commands kind of implies 'n' anyway, as the 'load_wallet' hook relies on having a daemon.

```
$ ./run_electrum -o --testnet labels_pull
Password:
  1.96 | E | __main__ | error running command (without daemon)
Traceback (most recent call last):
  File "/home/user/wspace/electrum/./run_electrum", line 587, in handle_cmd
    result = fut.result()
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 456, in result
    return self.__get_result()
           ~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/home/user/wspace/electrum/./run_electrum", line 267, in run_offline_command
    result = await func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/wspace/electrum/electrum/commands.py", line 202, in func_wrapper
    return await func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/user/wspace/electrum/electrum/commands.py", line 2214, in func_wrapper
    kwargs['plugin'] = daemon._plugins.get_plugin(plugin_name)
                       ^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute '_plugins'
```
Pull Request #10203: commands: add clear error that plugin commands cannot be run with -o

1 of 4 new or added lines in 1 file covered. (25.0%)

2 existing lines in 2 files now uncovered.

22827 of 37222 relevant lines covered (61.33%)

3.06 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
49.33
-0.12% electrum/commands.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
65.71
-0.08% electrum/lnchannel.py
1
57.25
-0.05% electrum/lnpeer.py
Jobs
ID Job ID Ran Files Coverage
1 6145304912723968.1 05 Sep 2025 06:35PM UTC 88
61.21
2 6145304912723968.2 05 Sep 2025 06:35PM UTC 88
61.21
3 6145304912723968.3 05 Sep 2025 06:35PM UTC 88
61.24
4 6145304912723968.4 05 Sep 2025 06:37PM UTC 88
61.09
5 6145304912723968.5 05 Sep 2025 07:05PM UTC 88
61.09
Source Files on build 6145304912723968
  • Tree
  • List 88
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #61453049...
  • Pull Request #10203
  • PR Base - master (#59171508...)
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