atomflunder / skillratings

Rust library for popular skill rating algorithms like Elo, Glicko-2, TrueSkill and many more.
https://docs.rs/skillratings/
Apache License 2.0
41 stars 4 forks source link

Support multiple teams for TrueSkill algorithm (WIP) #9

Closed atomflunder closed 3 months ago

atomflunder commented 1 year ago

As stated in #8

codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 98.46762% with 31 lines in your changes missing coverage. Please review.

Project coverage is 99.66%. Comparing base (56cb810) to head (55c46dc). Report is 21 commits behind head on master.

Files Patch % Lines
src/trueskill/mod.rs 97.46% 22 Missing :warning:
src/trueskill/gaussian.rs 86.48% 5 Missing :warning:
src/trueskill/factor_graph.rs 98.00% 4 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9 +/- ## =========================================== - Coverage 100.00% 99.66% -0.34% =========================================== Files 13 16 +3 Lines 7583 9370 +1787 =========================================== + Hits 7583 9339 +1756 - Misses 0 31 +31 ```

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

atomflunder commented 3 months ago

Made redundant by #11