filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.06k stars 462 forks source link

fix: events: sqlite db improvements #6366

Closed simlecode closed 2 weeks ago

simlecode commented 2 weeks ago

关联的Issues (Related Issues)

pr: 12090

改动 (Proposed Changes)

附注 (Additional Info)

自查清单 (Checklist)

在你认为本 PR 满足被审阅的标准之前,需要确保 / Before you mark the PR ready for review, please make sure that:

codecov-commenter commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 25%. Comparing base (39df735) to head (f967a66). Report is 1 commits behind head on feat/nv23.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feat/nv23 #6366 +/- ## ========================================= - Coverage 25% 25% -1% ========================================= Files 668 668 Lines 67652 67656 +4 ========================================= - Hits 17538 17529 -9 - Misses 47310 47322 +12 - Partials 2804 2805 +1 ```