Closed igor-sirotin closed 3 weeks ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_multiplication_x: | e798d6bd | #7 | 2024-11-01 12:47:22 | ~2 min | tests |
:page_facing_up:log |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:48:15 | ~3 min | windows |
:package:zip |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:48:25 | ~4 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:48:46 | ~4 min | macos |
:package:zip |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:49:04 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:49:20 | ~4 min | linux |
:package:zip |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:50:24 | ~6 min | android |
:package:aar |
:heavy_check_mark: | e798d6bd | #5 | 2024-11-01 12:50:24 | ~6 min | macos |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:55:29 | ~3 min | macos |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:55:36 | ~3 min | windows |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:55:41 | ~3 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:56:20 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:56:47 | ~5 min | linux |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:57:52 | ~6 min | macos |
:package:zip |
:heavy_check_mark: | 5f8f9fca | #6 | 2024-11-01 12:58:06 | ~6 min | android |
:package:aar |
:heavy_check_mark: | 5f8f9fca | #8 | 2024-11-01 13:25:16 | ~33 min | tests |
:page_facing_up:log |
Attention: Patch coverage is 70.83333%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 60.58%. Comparing base (
c08e922
) to head (5f8f9fc
). Report is 6 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/status-backend/main.go | 0.00% | 5 Missing :warning: |
rpc/client.go | 50.00% | 2 Missing :warning: |
Version
I've used a combination of
go:generate
andgo:embed
to get the version into Go code.Currently version is only properly set when you build with Makefile commands. This solution makes it Makefile-agnostic. For example, I'm running
status-backend
with my IDE, which doesgo run ...
(and attaches debugger).IPFS_GATEWAY_URL
I've removed this parameter from Makefile, as it's not used. It's only set in
status-mobile
, but to the same value as the default one (and a fixme to remove it): https://github.com/status-im/status-mobile/blob/9c3ff8c88ca321e22bbfcece34ea389c9b18c5cd/nix/status-go/default.nix#L20-L21