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

feat: namespaces #2148

Merged
merged 29 commits into from
Jul 7, 2024

fix: attempt to fix flaky test with 1s delay

de5344b
Select commit
Loading
Failed to load commit list.
Merged

feat: namespaces #2148

fix: attempt to fix flaky test with 1s delay
de5344b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 6, 2024 in 1s

67.90% (+0.07%) compared to 0c50c7d

View this Pull Request on Codecov

67.90% (+0.07%) compared to 0c50c7d

Details

Codecov Report

Attention: Patch coverage is 79.60454% with 557 lines in your changes missing coverage. Please review.

Project coverage is 67.90%. Comparing base (0c50c7d) to head (de5344b).

Files Patch % Lines
crates/torii/grpc/src/server/mod.rs 10.37% 95 Missing ⚠️
crates/dojo-lang/src/contract.rs 80.45% 52 Missing ⚠️
crates/sozo/ops/src/migration/mod.rs 48.42% 49 Missing ⚠️
crates/dojo-world/src/manifest/mod.rs 67.15% 45 Missing ⚠️
bin/sozo/src/commands/model.rs 0.00% 27 Missing ⚠️
...ates/torii/grpc/src/server/subscriptions/entity.rs 0.00% 25 Missing ⚠️
...rii/grpc/src/server/subscriptions/event_message.rs 0.00% 25 Missing ⚠️
bin/sozo/src/commands/auth.rs 83.46% 21 Missing ⚠️
crates/dojo-lang/src/model.rs 77.17% 21 Missing ⚠️
crates/torii/client/src/client/mod.rs 0.00% 17 Missing ⚠️
... and 36 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2148      +/-   ##
==========================================
+ Coverage   67.82%   67.90%   +0.07%     
==========================================
  Files         334      336       +2     
  Lines       42048    43086    +1038     
==========================================
+ Hits        28519    29256     +737     
- Misses      13529    13830     +301     

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