thunderstore-io / Thunderstore

Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
https://thunderstore.io/
GNU Affero General Public License v3.0
127 stars 28 forks source link

WIP Draft of caching for chunked package lists #1035

Open anttimaki opened 3 months ago

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 95.50562% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.96%. Comparing base (142abd8) to head (c212b8b). Report is 14 commits behind head on master.

:exclamation: Current head c212b8b differs from pull request most recent head c8675d1

Please upload reports for the commit c8675d1 to get more accurate results.

Files Patch % Lines
django/thunderstore/repository/models/cache.py 95.23% 1 Missing and 2 partials :warning:
django/thunderstore/repository/tasks/caches.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1035 +/- ## ========================================== + Coverage 92.95% 92.96% +0.01% ========================================== Files 314 315 +1 Lines 9070 9172 +102 Branches 806 818 +12 ========================================== + Hits 8431 8527 +96 - Misses 530 533 +3 - Partials 109 112 +3 ```

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

anttimaki commented 1 month ago

Rebased and fixed endpoint URL definition after #1042 was merged.