Skip to content

fix(rpc-json): use tri-state Option for service in DMNStateDiff

5c3f8b4
Select commit
Loading
Failed to load commit list.
Merged

fix(rpc-json): make DMNState.service and MasternodeStatus.service optional for Core v24 #523

fix(rpc-json): use tri-state Option for service in DMNStateDiff
5c3f8b4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 12, 2026 in 0s

67.15% (+0.22%) compared to d9d55ef

View this Pull Request on Codecov

67.15% (+0.22%) compared to d9d55ef

Details

Codecov Report

❌ Patch coverage is 98.09524% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 67.15%. Comparing base (d9d55ef) to head (5c3f8b4).

Files with missing lines Patch % Lines
rpc-json/src/lib.rs 98.09% 2 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##           v0.42-dev     #523      +/-   ##
=============================================
+ Coverage      66.92%   67.15%   +0.22%     
=============================================
  Files            313      313              
  Lines          64729    64832     +103     
=============================================
+ Hits           43322    43536     +214     
+ Misses         21407    21296     -111     
Files with missing lines Coverage Δ
rpc-json/src/lib.rs 59.54% <98.09%> (+19.26%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.