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

fix(torii): ensure torii doesn't stop on model processor fail #2093

Merged
merged 5 commits into from
Jun 26, 2024

Merge remote-tracking branch 'dojo/main' into fix/torii-process-loop

0710ce3
Select commit
Loading
Failed to load commit list.
Merged

fix(torii): ensure torii doesn't stop on model processor fail #2093

Merge remote-tracking branch 'dojo/main' into fix/torii-process-loop
0710ce3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 25, 2024 in 0s

68.50% (-0.01%) compared to e87118d, passed because coverage increased by -0.01% when compared to adjusted base (68.50%)

View this Pull Request on Codecov

68.50% (-0.01%) compared to e87118d, passed because coverage increased by -0.01% when compared to adjusted base (68.50%)

Details

Codecov Report

Attention: Patch coverage is 62.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 68.50%. Comparing base (e87118d) to head (0710ce3).

Files Patch % Lines
crates/torii/core/src/engine.rs 60.00% 2 Missing ⚠️
crates/torii/core/src/sql.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2093      +/-   ##
==========================================
- Coverage   68.50%   68.50%   -0.01%     
==========================================
  Files         331      331              
  Lines       41280    41283       +3     
==========================================
+ Hits        28278    28279       +1     
- Misses      13002    13004       +2     

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