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

opt-refactor(torii-core): complete sql schema refactor #2718

Merged
merged 41 commits into from
Dec 3, 2024

fix id

5e04d91
Select commit
Loading
Failed to load commit list.
Merged

opt-refactor(torii-core): complete sql schema refactor #2718

fix id
5e04d91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 2, 2024 in 0s

55.78% (-0.69%) compared to c65c257, passed because coverage increased by 0% when compared to adjusted base (55.77%)

View this Pull Request on Codecov

55.78% (-0.69%) compared to c65c257, passed because coverage increased by 0% when compared to adjusted base (55.77%)

Details

Codecov Report

Attention: Patch coverage is 66.61538% with 217 lines in your changes missing coverage. Please review.

Project coverage is 55.78%. Comparing base (c65c257) to head (5e04d91).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
crates/torii/graphql/src/query/mod.rs 53.80% 85 Missing ⚠️
crates/torii/grpc/src/server/mod.rs 7.14% 39 Missing ⚠️
crates/torii/core/src/model.rs 64.77% 31 Missing ⚠️
crates/torii/core/src/sql/mod.rs 88.42% 28 Missing ⚠️
crates/torii/graphql/src/object/event_message.rs 0.00% 18 Missing ⚠️
crates/torii/core/src/executor/mod.rs 16.66% 5 Missing ⚠️
crates/torii/graphql/src/types.rs 0.00% 5 Missing ⚠️
crates/torii/graphql/src/object/model_data.rs 63.63% 4 Missing ⚠️
crates/torii/graphql/src/object/connection/mod.rs 80.00% 1 Missing ⚠️
crates/torii/graphql/src/object/entity.rs 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2718      +/-   ##
==========================================
- Coverage   56.47%   55.78%   -0.69%     
==========================================
  Files         421      425       +4     
  Lines       53976    53315     -661     
==========================================
- Hits        30482    29741     -741     
- Misses      23494    23574      +80     

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