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

spesmilo / electrum / 6466527530057728
61%
master: 63%

Build:
Build:
LAST BUILD BRANCH: levelDB
DEFAULT BRANCH: master
Ran 05 Sep 2025 08:37AM 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 08:29AM UTC coverage: 61.321% (+0.002%) from 61.319%
6466527530057728

Pull #10197

CirrusCI

f321x
chore: replace calls to asyncio.iscoroutinefunction

Replace calls to deprecated asyncio.iscoroutinefunction with calls to
inspect.iscoroutinefunction to prevent the following deprecation
warnings from showing up if running with Python 3.14:
```
/home/user/code/electrum-fork/electrum/util.py:1225: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  assert asyncio.iscoroutinefunction(func), 'func needs to be a coroutine'
/home/user/code/electrum-fork/electrum/util.py:507: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  if asyncio.iscoroutinefunction(func):
/home/user/code/electrum-fork/electrum/util.py:1246: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  assert asyncio.iscoroutinefunction(func), 'func needs to be a coroutine'
/home/user/code/electrum-fork/electrum/lnpeer.py:272: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  assert asyncio.iscoroutinefunction(func), 'func needs to be a coroutine'
/home/user/code/electrum-fork/electrum/util.py:1225: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  assert asyncio.iscoroutinefunction(func), 'func needs to be a coroutine'
/home/user/code/electrum-fork/electrum/util.py:507: DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in Python 3.16; use inspect.iscoroutinefunction() instead
  if asyncio.iscoroutinefunction(func):
```
Pull Request #10197: chore: replace calls to asyncio.iscoroutinefunction

9 of 10 new or added lines in 3 files covered. (90.0%)

9 existing lines in 2 files now uncovered.

22823 of 37219 relevant lines covered (61.32%)

3.06 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
49.45
0.0% electrum/commands.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
57.25
-0.03% electrum/lnpeer.py
8
62.93
-0.55% electrum/util.py
Jobs
ID Job ID Ran Files Coverage
1 6466527530057728.1 05 Sep 2025 08:37AM UTC 88
61.24
2 6466527530057728.2 05 Sep 2025 08:37AM UTC 88
61.22
3 6466527530057728.3 05 Sep 2025 08:39AM UTC 88
61.25
4 6466527530057728.4 05 Sep 2025 08:40AM UTC 88
61.06
5 6466527530057728.5 05 Sep 2025 09:04AM UTC 88
61.08
Source Files on build 6466527530057728
  • Tree
  • List 88
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #64665275...
  • Pull Request #10197
  • PR Base - master (#62548069...)
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