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

Neptune-Crypto / neptune-core / 17167638501
75%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2025 11:49PM UTC
Jobs 1
Files 231
Run time 1min
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

22 Aug 2025 10:43PM UTC coverage: 73.967% (+0.02%) from 73.949%
17167638501

push

github

aszepieniec
fix!(RPC): Encode hashmap as list for transmission

Tarpc/json does not play ball well with hash maps. And in fact, hash
maps are not needed for transmission, an ordinary `Vec` will do. Just
do not forget to convert back on the receiver side.

This commit changes the return type of RPC endpoint
`addition_record_indices_for_block` from
```
-    ) -> RpcResult<Option<HashMap<AdditionRecord, Option<u64>>>>;
+    ) -> RpcResult<Vec<(AdditionRecord, Option<u64>)>>;
```
.

0 of 6 new or added lines in 1 file covered. (0.0%)

7 existing lines in 4 files now uncovered.

23935 of 32359 relevant lines covered (73.97%)

605818.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
64.34
-0.14% neptune-core/src/rpc_server.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
72.42
-0.24% neptune-core/src/models/peer.rs
2
91.14
-1.27% neptune-core/src/job_queue/queue.rs
2
80.53
-0.17% neptune-core/src/models/state/mod.rs
2
66.58
-0.17% neptune-core/src/peer_loop.rs
Jobs
ID Job ID Ran Files Coverage
1 17167638501.1 22 Aug 2025 11:49PM UTC 231
73.97
GitHub Action Run
Source Files on build 17167638501
  • Tree
  • List 231
  • Changed 9
  • Source Changed 1
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17167638501
  • 1096a293 on github
  • Prev Build on master (#17158084072)
  • Next Build on master (#17167947678)
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