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: convert SML to a mod #78

Merged
merged 22 commits into from
Aug 11, 2024

Merge branch 'staging' into sml-mod-migration

c89dcb1
Select commit
Loading
Failed to load commit list.
Merged

feat: convert SML to a mod #78

Merge branch 'staging' into sml-mod-migration
c89dcb1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 11, 2024 in 0s

19.84% (+0.89%) compared to 6dc8970

View this Pull Request on Codecov

19.84% (+0.89%) compared to 6dc8970

Details

Codecov Report

Attention: Patch coverage is 25.59944% with 1055 lines in your changes missing coverage. Please review.

Project coverage is 19.84%. Comparing base (6dc8970) to head (c89dcb1).

Files Patch % Lines
generated/ent/satisfactoryversion_create.go 14.92% 221 Missing and 7 partials ⚠️
migrations/code/20240614131600_sml_as_mod.go 6.96% 182 Missing and 5 partials ⚠️
generated/ent/satisfactoryversion_update.go 13.15% 124 Missing and 8 partials ⚠️
generated/ent/mutation.go 19.42% 111 Missing and 1 partial ⚠️
generated/ent/satisfactoryversion/where.go 5.40% 70 Missing ⚠️
generated/ent/satisfactoryversion_query.go 21.42% 55 Missing ⚠️
generated/ent/client.go 43.18% 50 Missing ⚠️
generated/ent/satisfactoryversion.go 34.54% 29 Missing and 7 partials ⚠️
generated/ent/version/where.go 0.00% 28 Missing ⚠️
validation/validation.go 24.32% 27 Missing and 1 partial ⚠️
... and 20 more
Additional details and impacted files
@@             Coverage Diff             @@
##           staging      #78      +/-   ##
===========================================
+ Coverage    18.95%   19.84%   +0.89%     
===========================================
  Files          234      229       -5     
  Lines        59532    57067    -2465     
===========================================
+ Hits         11282    11324      +42     
+ Misses       45818    43281    -2537     
- Partials      2432     2462      +30     

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