Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpcbindings: fix missing return item #3796

Merged
merged 1 commit into from
Jan 27, 2025
Merged

rpcbindings: fix missing return item #3796

merged 1 commit into from
Jan 27, 2025

Conversation

roman-khimov
Copy link
Member

@roman-khimov roman-khimov commented Jan 26, 2025

... not enough return values
    have (error)
    want (stackitem.Item, error)

An omission of 00e22b9.

    ... not enough return values
        have (error)
        want (stackitem.Item, error)

An omission of 00e22b9.

Signed-off-by: Roman Khimov <[email protected]>
Copy link

codecov bot commented Jan 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.03%. Comparing base (7ba8048) to head (8ba2bbf).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3796      +/-   ##
==========================================
- Coverage   83.06%   83.03%   -0.04%     
==========================================
  Files         336      336              
  Lines       47090    47090              
==========================================
- Hits        39117    39099      -18     
- Misses       6368     6393      +25     
+ Partials     1605     1598       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AnnaShaleva AnnaShaleva merged commit 50cb213 into master Jan 27, 2025
33 of 34 checks passed
@AnnaShaleva AnnaShaleva deleted the si-fix branch January 27, 2025 12:54
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.

2 participants