Skip to content

Conversation

@infrmtcs
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

❌ Patch coverage is 67.21311% with 20 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.21%. Comparing base (efab75b) to head (2dfe1e7).

Files with missing lines Patch % Lines
core/accessors.go 64.44% 7 Missing and 9 partials ⚠️
blockchain/blockchain.go 75.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@                Coverage Diff                @@
##           dat/accessors    #3304      +/-   ##
=================================================
- Coverage          76.22%   76.21%   -0.01%     
=================================================
  Files                343      343              
  Lines              32517    32512       -5     
=================================================
- Hits               24785    24779       -6     
- Misses              5949     5955       +6     
+ Partials            1783     1778       -5     

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

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

Comment on lines +252 to +257
if err := core.WriteTransactionsAndReceipts(
txn,
block.Number,
block.Transactions,
block.Receipts,
); err != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's separate the assign from the if please

Comment on lines +723 to +728
if err := core.WriteTransactionsAndReceipts(
txn,
block.Number,
block.Transactions,
block.Receipts,
); err != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Here as well 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants