aicers / review-web

A web interface to REview
Apache License 2.0
1 stars 2 forks source link

Simplify ClusterScoreSet in GraphQL API #314

Closed msk closed 1 month ago

msk commented 1 month ago

ClusterScoreSet and ClusterScore should no longer rely on their counterparts in review-database. They will be deleted from review-database in a future release.

No functional changes are intended in this PR.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 67.58%. Comparing base (bd41a1e) to head (52d2fa5).

Files with missing lines Patch % Lines
src/graphql/model.rs 50.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ========================================== + Coverage 67.56% 67.58% +0.02% ========================================== Files 67 67 Lines 13178 13174 -4 ========================================== Hits 8904 8904 + Misses 4274 4270 -4 ```

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