yepcord / server

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

Migrating to tortoise-orm #215

Closed RuslanUC closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #215 (75db4c4) into master (c95da50) will increase coverage by 0.03%. The diff coverage is 92.91%.

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
+ Coverage   92.10%   92.14%   +0.03%     
==========================================
  Files          43       69      +26     
  Lines        6259     6404     +145     
==========================================
+ Hits         5765     5901     +136     
- Misses        494      503       +9     
Files Coverage Δ
src/cdn/main.py 100.00% <100.00%> (ø)
src/cdn/models.py 100.00% <100.00%> (ø)
src/remote_auth/gateway.py 100.00% <100.00%> (ø)
src/remote_auth/main.py 100.00% <100.00%> (ø)
src/rest_api/main.py 97.64% <100.00%> (-0.09%) :arrow_down:
src/rest_api/models/auth.py 100.00% <100.00%> (ø)
src/rest_api/models/hypesquad.py 100.00% <100.00%> (ø)
src/rest_api/models/users_me.py 100.00% <100.00%> (ø)
src/rest_api/models/webhooks.py 100.00% <100.00%> (ø)
src/rest_api/routes/auth.py 100.00% <100.00%> (ø)
... and 44 more

... and 1 file with indirect coverage changes

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