yepcord / server

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

Rewrite gw events sending and add tests #162

Closed RuslanUC closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #162 (9d30ba3) into master (458ae4a) will increase coverage by 12.64%. The diff coverage is 50.52%.

@@             Coverage Diff             @@
##           master     #162       +/-   ##
===========================================
+ Coverage   62.81%   75.45%   +12.64%     
===========================================
  Files          40       41        +1     
  Lines        7543     7506       -37     
===========================================
+ Hits         4738     5664      +926     
+ Misses       2805     1842      -963     
Impacted Files Coverage Δ
src/cdn/models.py 100.00% <ø> (ø)
src/rest_api/models/channels.py 64.32% <ø> (ø)
src/rest_api/models/guilds.py 66.52% <ø> (ø)
src/rest_api/models/hypesquad.py 100.00% <ø> (ø)
src/rest_api/models/users_me.py 95.49% <ø> (+0.90%) :arrow_up:
src/rest_api/models/webhooks.py 95.45% <ø> (ø)
src/yepcord/classes/channel.py 91.56% <ø> (+31.32%) :arrow_up:
src/rest_api/routes/invites.py 30.26% <16.66%> (-1.17%) :arrow_down:
src/rest_api/routes/channels.py 56.83% <29.57%> (-3.07%) :arrow_down:
src/yepcord/storage.py 94.01% <33.33%> (+2.08%) :arrow_up:
... and 12 more

... and 12 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more