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

spesmilo / electrum / 4930773422178304
63%

Build:
DEFAULT BRANCH: master
Ran 24 Nov 2023 10:40PM UTC
Jobs 5
Files 79
Run time 7s
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

24 Nov 2023 10:36PM UTC coverage: 59.146%. Remained the same
4930773422178304

push

CirrusCI

SomberNight
qt console: fix tracebacks in windows binaries

fixes https://github.com/spesmilo/electrum/issues/3315

The cause was that tracebacks look different whether stack items have source text available.
When using the pyinstaller windows binary, there is no source text available.

Example when running from source:
```
>>> a
Traceback (most recent call last):
  File "...\electrum\gui\qt\console.py", line 256, in exec_command
    result = eval(command, self.namespace, self.namespace)
  File "<string>", line 1, in <module>
NameError: name 'a' is not defined

```

Example for pyinstaller windows binary:
```
>>> a
Traceback (most recent call last):
  File "electrum\gui\qt\console.py", line 256, in exec_command
  File "<string>", line 1, in <module>
NameError: name 'a' is not defined

```

18884 of 31928 relevant lines covered (59.15%)

2.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4930773422178304.1 24 Nov 2023 10:40PM UTC 0
59.01
2 4930773422178304.2 24 Nov 2023 10:40PM UTC 0
58.98
3 4930773422178304.3 24 Nov 2023 10:40PM UTC 0
59.0
4 4930773422178304.4 24 Nov 2023 10:41PM UTC 0
59.02
5 4930773422178304.5 24 Nov 2023 10:51PM UTC 0
59.02
Source Files on build 4930773422178304
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #49307734...
  • ff539258 on github
  • Prev Build on master (#59930752...)
  • Next Build on master (#52647304...)
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