Closed igor-sirotin closed 2 weeks ago
:grey_question: | Commit | :hash: | Finished (UTC) | Duration | Platform | Result |
---|---|---|---|---|---|---|
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:24:45 | ~4 min | linux |
:package:zip |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:24:54 | ~4 min | ios |
:package:zip |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:25:12 | ~5 min | tests-rpc |
:page_facing_up:log |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:25:32 | ~5 min | macos |
:package:zip |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:25:48 | ~5 min | windows |
:package:zip |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:26:49 | ~6 min | android |
:package:aar |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:28:03 | ~7 min | macos |
:package:zip |
:heavy_check_mark: | d5431fc4 | #1 | 2024-11-06 12:55:28 | ~35 min | tests |
:page_facing_up:log |
Attention: Patch coverage is 69.23077%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 60.85%. Comparing base (
b329b15
) to head (d5431fc
). Report is 3 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/status-backend/main.go | 0.00% | 2 Missing :warning: |
rpc/client.go | 50.00% | 2 Missing :warning: |
Moved
params/version.go
to a separateinternal/version
package. This is needed to prevent import loops, e.g.:will now be: