philihp / openskill.ex

Elixir implementation of Weng-Lin Bayesian ranking, a better, license-free alternative to TrueSkill
https://hex.pm/packages/openskill
MIT License
11 stars 6 forks source link

add test coverage, and remove dead code #4

Closed philihp closed 4 years ago

philihp commented 4 years ago

The tests added should bring test coverage to 100%, which can be seen with the command

MIX_ENV=test mix coveralls

and which lines specifically need coverage can be seen with

MIX_ENV=test mix coveralls.detail