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: add support for model from other libraries #2172

Merged
merged 16 commits into from
Jul 15, 2024

fix: fix tests

112175f
Select commit
Loading
Failed to load commit list.
Merged

feat: add support for model from other libraries #2172

fix: fix tests
112175f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 12, 2024 in 0s

66.94% (-1.15%) compared to 4b69971

View this Pull Request on Codecov

66.94% (-1.15%) compared to 4b69971

Details

Codecov Report

Attention: Patch coverage is 86.61202% with 49 lines in your changes missing coverage. Please review.

Project coverage is 66.94%. Comparing base (4b69971) to head (112175f).
Report is 2 commits behind head on main.

Files Patch % Lines
bin/sozo/src/commands/migrate.rs 47.22% 19 Missing ⚠️
crates/dojo-lang/src/utils.rs 48.27% 15 Missing ⚠️
...ates/dojo-bindgen/src/plugins/typescript_v2/mod.rs 0.00% 9 Missing ⚠️
crates/dojo-lang/src/model.rs 80.00% 2 Missing ⚠️
crates/dojo-lang/src/contract.rs 85.71% 1 Missing ⚠️
crates/dojo-lang/src/plugin.rs 93.75% 1 Missing ⚠️
crates/dojo-test-utils/src/compiler.rs 97.67% 1 Missing ⚠️
crates/sozo/ops/src/migration/mod.rs 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2172      +/-   ##
==========================================
- Coverage   68.09%   66.94%   -1.15%     
==========================================
  Files         331      333       +2     
  Lines       42672    42845     +173     
==========================================
- Hits        29057    28684     -373     
- Misses      13615    14161     +546     

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