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

spellcheck: fix issues in tools #12854

Merged
merged 2 commits into from
Jan 31, 2025
Merged

Conversation

Trisfald
Copy link
Contributor

Fix all spellchecker errors in neacore/tools.

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

Attention: Patch coverage is 24.32432% with 28 lines in your changes missing coverage. Please review.

Project coverage is 70.39%. Comparing base (72999fa) to head (145515b).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
tools/database/src/analyze_gas_usage.rs 0.00% 12 Missing ⚠️
tools/database/src/analyze_delayed_receipt.rs 0.00% 9 Missing ⚠️
tools/database/src/commands.rs 0.00% 2 Missing ⚠️
tools/congestion-model/src/main.rs 0.00% 1 Missing ⚠️
tools/mirror/src/lib.rs 0.00% 1 Missing ⚠️
tools/speedy_sync/src/main.rs 0.00% 1 Missing ⚠️
tools/state-viewer/src/apply_chunk.rs 0.00% 0 Missing and 1 partial ⚠️
tools/state-viewer/src/commands.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master   #12854   +/-   ##
=======================================
  Coverage   70.39%   70.39%           
=======================================
  Files         851      851           
  Lines      174188   174187    -1     
  Branches   174188   174187    -1     
=======================================
+ Hits       122614   122615    +1     
- Misses      46327    46328    +1     
+ Partials     5247     5244    -3     
Flag Coverage Δ
backward-compatibility 0.16% <0.00%> (ø)
db-migration 0.16% <0.00%> (ø)
genesis-check 1.41% <0.00%> (ø)
linux 70.07% <24.32%> (+<0.01%) ⬆️
linux-nightly 70.03% <24.32%> (+0.01%) ⬆️
pytests 1.71% <0.00%> (ø)
sanity-checks 1.52% <0.00%> (ø)
unittests 70.22% <24.32%> (+<0.01%) ⬆️
upgradability 0.20% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@Trisfald Trisfald marked this pull request as ready for review January 31, 2025 15:44
@Trisfald Trisfald requested a review from a team as a code owner January 31, 2025 15:44
@Trisfald Trisfald requested a review from saketh-are January 31, 2025 15:44
Copy link
Contributor

@shreyan-gupta shreyan-gupta left a comment

Choose a reason for hiding this comment

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

Thanks!

@Trisfald Trisfald added this pull request to the merge queue Jan 31, 2025
Merged via the queue into near:master with commit 33b4907 Jan 31, 2025
29 checks passed
@Trisfald Trisfald deleted the spellcheck-tools branch January 31, 2025 16:19
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