FAForever / faf-league-service

The league service of Forged Alliance Forever
GNU General Public License v3.0
0 stars 0 forks source link

Pin score in highest division to rating #69

Closed BlackYps closed 2 months ago

BlackYps commented 3 months ago

high rated players want to have some sort of leaderboard and they treat rating as the authority of skill measurement. The current code doesn't really ensure that people are ranked by their rating. This change pins the score to the underlying rating in the highest division (grandmaster) only. If the underlying rating changes enough, the score will change aswell.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.66%. Comparing base (88a65fe) to head (186218c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #69 +/- ## =========================================== - Coverage 96.66% 96.66% -0.01% =========================================== Files 12 12 Lines 510 509 -1 =========================================== - Hits 493 492 -1 Misses 17 17 ```

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