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

spesmilo / electrum / 4677389914996736
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: levelDB
DEFAULT BRANCH: master
Ran 08 Jan 2026 02:53PM 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

08 Jan 2026 01:57PM UTC coverage: 62.679% (+0.02%) from 62.66%
4677389914996736

Pull #10402

CirrusCI

f321x
test_lnpeer: use PeerInTests instead if Peer

ec65c53 replaces the usage of `PeerInTest` with `Peer` in
test_lnpeer.py.
PeerInTests sets `Peer.DELAY_INC_MSG_PROCESSING_SLEEP` to 0 so all
incoming messages get processed immediately. Because `Peer` instead of
`TestInPeer` was used the delay caused `test_reestablish_with_old_state`
to fail regularly because bob receives the old channel state and kills
the OldTaskGroup of the unittest with GracefulDisconnect before Alice
processed the answer of Bob and is still in ChannelState.REESTABLISHING.

```
FAILED tests/test_lnpeer.py::TestPeerDirect::test_reestablish_with_old_state - AssertionError: <PeerState.REESTABLISHING: 1> != <PeerState.BAD: 3>
```
Pull Request #10402: test_lnpeer: use PeerInTests instead if Peer

23900 of 38131 relevant lines covered (62.68%)

0.63 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
60.59
-0.09% electrum/interface.py
1
66.02
0.0% electrum/lnchannel.py
1
60.92
0.58% electrum/lnpeer.py
3
57.18
-0.12% electrum/lnworker.py
Jobs
ID Job ID Ran Files Coverage
1 4677389914996736.1 08 Jan 2026 02:53PM UTC 88
62.68
Source Files on build 4677389914996736
  • Tree
  • List 88
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #46773899...
  • Pull Request #10402
  • PR Base - master (#45818813...)
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