satisfactorymodding / smr-api

Satisfactory Mod Repository (SMR) API
https://ficsit.app
GNU General Public License v3.0
6 stars 8 forks source link

refactor: move to atlas #84

Closed Vilsol closed 1 month ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 25.82583% with 247 lines in your changes missing coverage. Please review.

Project coverage is 20.23%. Comparing base (e726005) to head (374168b). Report is 1 commits behind head on staging.

Files Patch % Lines
generated/generated.go 12.50% 61 Missing and 2 partials :warning:
generated/ent/mutation.go 24.32% 28 Missing :warning:
generated/ent/versiontarget_update.go 0.00% 21 Missing and 3 partials :warning:
generated/ent/tag_create.go 0.00% 15 Missing :warning:
generated/ent/versiontarget_query.go 6.25% 14 Missing and 1 partial :warning:
nodes/mod.go 0.00% 14 Missing :warning:
generated/conv/version.go 0.00% 11 Missing :warning:
generated/ent/tag_update.go 0.00% 8 Missing and 2 partials :warning:
generated/ent/version_create.go 0.00% 6 Missing and 1 partial :warning:
gql/versions.go 30.00% 5 Missing and 2 partials :warning:
... and 20 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## staging #84 +/- ## =========================================== + Coverage 19.81% 20.23% +0.42% =========================================== Files 231 233 +2 Lines 57234 57381 +147 =========================================== + Hits 11339 11611 +272 + Misses 43429 43257 -172 - Partials 2466 2513 +47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Vilsol commented 1 month ago

I reverted back the change so mod_id now will return the mod_reference as before, added a deprecation notice to the field, and added a new mod_reference field that should be transitioned to as soon as this hits prod.