yepcord / server

Unofficial discord backend implementation in python.
GNU Affero General Public License v3.0
2 stars 1 forks source link

Project structure refactoring #233

Closed RuslanUC closed 3 days ago

codecov[bot] commented 3 days ago

Codecov Report

Attention: Patch coverage is 94.27733% with 78 lines in your changes missing coverage. Please review.

Project coverage is 96.11%. Comparing base (df8e8b5) to head (0cf1dea). Report is 28 commits behind head on master.

Files with missing lines Patch % Lines
yepcord/yepcord/models/channel.py 82.35% 21 Missing :warning:
yepcord/yepcord/models/user.py 90.53% 16 Missing :warning:
yepcord/rest_api/routes/channels.py 86.23% 15 Missing :warning:
yepcord/rest_api/utils.py 72.22% 5 Missing :warning:
yepcord/rest_api/routes/guilds.py 96.58% 4 Missing :warning:
yepcord/yepcord/models/guild_member.py 86.95% 3 Missing :warning:
yepcord/rest_api/routes/webhooks.py 94.44% 2 Missing :warning:
yepcord/yepcord/mq_broker.py 77.77% 2 Missing :warning:
yepcord/rest_api/models/guilds.py 75.00% 1 Missing :warning:
yepcord/rest_api/routes/auth.py 97.29% 1 Missing :warning:
... and 8 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #233 +/- ## ========================================== + Coverage 96.06% 96.11% +0.05% ========================================== Files 89 92 +3 Lines 8030 7905 -125 ========================================== - Hits 7714 7598 -116 + Misses 316 307 -9 ```

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