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

refactor(sozo): make event parsing logic modular and reusable #1556

Merged
merged 16 commits into from
Mar 14, 2024

fix: ensure world address is always present to filter events

440cbb6
Select commit
Loading
Failed to load commit list.
Merged

refactor(sozo): make event parsing logic modular and reusable #1556

fix: ensure world address is always present to filter events
440cbb6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 13, 2024 in 1s

70.10% (+0.55%) compared to 88bae9f

View this Pull Request on Codecov

70.10% (+0.55%) compared to 88bae9f

Details

Codecov Report

Attention: Patch coverage is 93.05556% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 70.10%. Comparing base (88bae9f) to head (440cbb6).
Report is 1 commits behind head on main.

Files Patch % Lines
bin/sozo/src/ops/events.rs 93.05% 30 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1556      +/-   ##
==========================================
+ Coverage   69.55%   70.10%   +0.55%     
==========================================
  Files         266      266              
  Lines       27217    27536     +319     
==========================================
+ Hits        18931    19305     +374     
+ Misses       8286     8231      -55     

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