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 SeaORM migrations and utils to create user table #284

Merged
merged 1 commit into from
Jul 23, 2024

feat: Add SeaORM migrations and utils to create `user` table

4d307cb
Select commit
Loading
Failed to load commit list.
Merged

feat: Add SeaORM migrations and utils to create user table #284

feat: Add SeaORM migrations and utils to create `user` table
4d307cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 23, 2024 in 0s

45.78% (+0.66%) compared to 741c0ef

View this Pull Request on Codecov

45.78% (+0.66%) compared to 741c0ef

Details

Codecov Report

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

Project coverage is 45.78%. Comparing base (741c0ef) to head (4d307cb).

Files Coverage Δ
src/migration/user/create_table.rs 100.00% <100.00%> (ø)
src/migration/check.rs 66.66% <66.66%> (ø)
.../user/m20240714_203550_create_user_table_int_pk.rs 0.00% <0.00%> (ø)
...user/m20240714_203551_create_user_table_uuid_pk.rs 0.00% <0.00%> (ø)
...40723_070533_add_user_account_management_fields.rs 83.33% <83.33%> (ø)
src/migration/user/mod.rs 14.28% <14.28%> (ø)
src/migration/schema.rs 53.65% <53.65%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 741c0ef...4d307cb. Read the comment docs.