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

spesmilo / electrum / 5729930408886272 / 4
60%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 202601_lnworker_is_preimage_public
DEFAULT BRANCH: master
Ran 11 Apr 2025 06:14PM UTC
Files 86
Run time 2s
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

11 Apr 2025 06:08PM UTC coverage: 60.246% (+0.02%) from 60.226%
5729930408886272.4

Pull #9726

CirrusCI

SomberNight
contrib: push_locale.py: fix relative paths in messages_qml.pot

The Qt lupdate tool that extracts translatable strings from .qml files
writes paths relative to its output .ts file into the .ts file.
These paths are then retained as-is when converted to .pot format.

The last few commits moved around the working directory of the lupdate tool
(from electrum/locale to electrum/locale/build), which resulted in a change
of all relative paths in the final messages.pot we upload to crowdin.

E.g. from:
```
#: ../gui/qml/components/Addresses.qml:64
```
to:
```
#: ../../gui/qml/components/Addresses.qml:64
```

I think a change like this does not invalidate the translations. Still, it is annoying.

This commit adds an extra processing step to "fix" these strings to:
```
#: electrum/gui/qml/components/Addresses.qml:64
```
Pull Request #9726: mv git submodule electrum-locale from contrib to electrum/locale

21550 of 35770 relevant lines covered (60.25%)

0.6 hits per line

Source Files on job 5729930408886272.4
  • Tree
  • List 86
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5729930408886272
  • 978d9a5d on github
  • Prev Job for on 202504_locale (#5652603314372608.4)
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