|
Ran
|
Jobs
1
|
Files
89
|
Run time
1min
|
Badge
README BADGES
|
CirrusCI
build: win: change from win-iconv to GNU libiconv - (zbar requires [0] iconv) - issues [1][3] compiling win-iconv: - pre-existing issue: lots of "-Wincompatible-pointer-types" warnings when compiling zbar with win-iconv - new debian means newer GCC - new GCC changed that [2] warning type to "error" - GNU libiconv works as an alternative - drawback: win-iconv is more minimal, it uses the win32 API to do most of the work - still, is a 25+ year old GNU project with one release every ~2 years, so IMO fine [0]: https://github.com/mchehab/zbar/blob/a549566ea/README-windows.md [1]: https://github.com/SomberNight/electrum/commit/cb00cb60c [2]: https://gcc.gnu.org/pipermail/gcc-cvs/2023-December/394351.html [3]: see snippet when compiling libzbar: ``` decoder.c: In function ‘zbar_decoder_reset’: decoder.c:116:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 116 | memset(dcode, 0, (long)&dcode->buf_alloc - (long)dcode); | ^ decoder.c:116:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 116 | memset(dcode, 0, (long)&dcode->buf_alloc - (long)dcode); | ^ CC processor/libzbar_la-win.lo /bin/bash ../libtool --tag=RC \ --mode=compile x86_64-w64-mingw32-windres -DHAVE_CONFIG_H -I. -I../include \ -I../include -o libzbar-rc.lo libzbar.rc CC processor/libzbar_la-lock.lo CC decoder/libzbar_la-qr_finder.lo CC qrcode/libzbar_la-qrdec.lo In file included from ./processor.h:26, from processor/lock.c:25: ../include/config.h:423:9: warning: "_WIN32_WINNT" redefined 423 | #define _WIN32_WINNT 0x0500 | ^~~~~~~~~~~~ In file included from /usr/share/mingw-w64/include/corecrt.h:10, from /usr/share/mingw-w64/include/crtdefs.h:10, from /usr/... (continued)
24471 of 38406 relevant lines covered (63.72%)
0.64 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
60.59 |
-0.09% | electrum/interface.py |
| 1 |
88.19 |
-0.05% | electrum/transaction.py |
| 1 |
81.98 |
-0.07% | electrum/wallet_db.py |
| 15 |
51.19 |
-5.12% | electrum/fee_policy.py |
| 17 |
27.9 |
-4.2% | electrum/lnsweep.py |
| 57 |
70.91 |
-3.2% | electrum/txbatcher.py |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5004314856390656.1 | 89 |
63.72 |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|