Skip to content

Conversation

@jrainville
Copy link
Member

No description provided.

@jrainville jrainville requested a review from a team as a code owner December 11, 2025 18:45
@status-im-auto
Copy link
Member

status-im-auto commented Dec 11, 2025

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 6656819 #1 2025-12-11 18:49:52 ~4 min linux/status-go 📦zip
6656819 #1 2025-12-11 18:49:57 ~4 min macos/nwaku 📄log
✔️ 6656819 #1 2025-12-11 18:50:18 ~4 min macos/status-go 📦zip
✔️ 6656819 #1 2025-12-11 18:53:47 ~8 min linux/nwaku 📦zip
✔️ 6656819 #1 2025-12-11 18:54:18 ~8 min windows/status-go 📦zip
6656819 #1 2025-12-11 19:01:37 ~15 min windows/nwaku 📄log
✖️ 6656819 #1 2025-12-11 19:05:31 ~19 min tests-rpc 📄log
✖️ 6656819 #1 2025-12-11 19:06:07 ~20 min tests-rpc 📄log
✖️ 6656819 #1 2025-12-11 19:14:50 ~28 min tests 📄log
✔️ 6656819 #1 2025-12-11 19:16:06 ~30 min tests 📄log

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.62%. Comparing base (d770406) to head (6656819).

Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #7199       +/-   ##
============================================
+ Coverage    34.82%   59.62%   +24.79%     
============================================
  Files          807      822       +15     
  Lines       111424   113515     +2091     
============================================
+ Hits         38808    67685    +28877     
+ Misses       67712    38940    -28772     
- Partials      4904     6890     +1986     
Flag Coverage Δ
functional 35.15% <ø> (+0.32%) ⬆️
unit 54.81% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 522 files with indirect coverage changes

Copy link
Contributor

@Ivansete-status Ivansete-status left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for it! Just adding some nitpicks that I hope you find useful

@echo "Building nim-sds for Android" $(LIBSDS)
$(MAKE) -C $(NIM_SDS_SOURCE_DIR) libsds-android ARCH=arm64 ANDROID_NDK_ROOT=$(ANDROID_NDK_ROOT) USE_SYSTEM_NIM=1 SHELL=/bin/bash
@if [ "$(ARCH)" != "arm64" ]; then SDSARCH=amd64; else SDSARCH=$(ARCH); fi; \
$(MAKE) -C $(NIM_SDS_SOURCE_DIR) libsds-android ARCH=$$SDSARCH ANDROID_NDK_ROOT=$(ANDROID_NDK_ROOT) USE_SYSTEM_NIM=1 SHELL=/bin/bash
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe? To keep consistency with others

Suggested change
$(MAKE) -C $(NIM_SDS_SOURCE_DIR) libsds-android ARCH=$$SDSARCH ANDROID_NDK_ROOT=$(ANDROID_NDK_ROOT) USE_SYSTEM_NIM=1 SHELL=/bin/bash
$(MAKE) -C $(NIM_SDS_SOURCE_DIR) libsds-android ARCH=$(SDSARCH) ANDROID_NDK_ROOT=$(ANDROID_NDK_ROOT) USE_SYSTEM_NIM=1 SHELL=/bin/bash

build-libsds-android: clone-nim-sds
@echo "Building nim-sds for Android" $(LIBSDS)
$(MAKE) -C $(NIM_SDS_SOURCE_DIR) libsds-android ARCH=arm64 ANDROID_NDK_ROOT=$(ANDROID_NDK_ROOT) USE_SYSTEM_NIM=1 SHELL=/bin/bash
@if [ "$(ARCH)" != "arm64" ]; then SDSARCH=amd64; else SDSARCH=$(ARCH); fi; \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants