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(torii): update query logic for them to not block #2397

Merged
merged 1 commit into from
Sep 13, 2024

refactor(torii): update query logic for them to not block

cb290a8
Select commit
Loading
Failed to load commit list.
Merged

refactor(torii): update query logic for them to not block #2397

refactor(torii): update query logic for them to not block
cb290a8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 13, 2024 in 0s

67.93% (+0.03%) compared to ebb3b70

View this Pull Request on Codecov

67.93% (+0.03%) compared to ebb3b70

Details

Codecov Report

Attention: Patch coverage is 83.20000% with 21 lines in your changes missing coverage. Please review.

Project coverage is 67.93%. Comparing base (ebb3b70) to head (cb290a8).

Files with missing lines Patch % Lines
crates/torii/core/src/sql.rs 71.42% 18 Missing ⚠️
crates/torii/core/src/query_queue.rs 94.73% 2 Missing ⚠️
crates/torii/libp2p/src/server/mod.rs 95.83% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2397      +/-   ##
==========================================
+ Coverage   67.89%   67.93%   +0.03%     
==========================================
  Files         364      364              
  Lines       47773    47832      +59     
==========================================
+ Hits        32435    32494      +59     
  Misses      15338    15338              

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