stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
79 stars 52 forks source link

fix: case insensitive nation rankings #150

Closed emonadeo closed 1 month ago

emonadeo commented 1 month ago

Fixes #144.

stadust commented 1 month ago

Thanks, that does indeed fix it! Could you add an integration test for this as well? :o

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 27.47%. Comparing base (86e7f9a) to head (bdca03d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #150 +/- ## ========================================== - Coverage 27.47% 27.47% -0.01% ========================================== Files 113 113 Lines 8490 8445 -45 ========================================== - Hits 2333 2320 -13 + Misses 6157 6125 -32 ```

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

emonadeo commented 1 month ago

Thanks, that does indeed fix it! Could you add an integration test for this as well? :o

Done.