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

fix: rework examples #2646

Merged
merged 3 commits into from
Dec 2, 2024
Merged

fix: rework examples #2646

merged 3 commits into from
Dec 2, 2024

Conversation

ivaylonikolov7
Copy link
Contributor

@ivaylonikolov7 ivaylonikolov7 commented Nov 13, 2024

Description:
Uncomments non-working example after the latest changes and applies necessary changes for them to work again.

Fixes #2619

Notes for reviewer:
Removed the last steps in the example(where we add the signatures) because after the latest sig map changes adding back the signatures after using removeSignature functionalities create unnecessary code gymnastics.

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

Copy link

codecov bot commented Nov 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.85%. Comparing base (e44cdf8) to head (d20c4d2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2646      +/-   ##
==========================================
+ Coverage   84.81%   84.85%   +0.04%     
==========================================
  Files         284      284              
  Lines       71281    71281              
==========================================
+ Hits        60457    60487      +30     
+ Misses      10824    10794      -30     

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

@ivaylonikolov7 ivaylonikolov7 marked this pull request as ready for review November 17, 2024 22:05
@ivaylonikolov7 ivaylonikolov7 requested review from a team as code owners November 17, 2024 22:05
Copy link
Contributor

@ivaylogarnev-limechain ivaylogarnev-limechain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
@ivaylonikolov7 ivaylonikolov7 force-pushed the feat/fix-examples branch 2 times, most recently from 376b9db to 5cccb97 Compare December 2, 2024 10:49
Copy link

sonarqubecloud bot commented Dec 2, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
24.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link
Contributor

@agadzhalov agadzhalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ivaylonikolov7 ivaylonikolov7 merged commit cba5d67 into main Dec 2, 2024
8 of 9 checks passed
@ivaylonikolov7 ivaylonikolov7 deleted the feat/fix-examples branch December 2, 2024 12:47
This was referenced Dec 2, 2024
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.

Rework removed examples
3 participants