yepcord / server

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

add more tests for rest api #158

Closed RuslanUC closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #158 (dc2f112) into master (1dfbf34) will increase coverage by 2.18%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #158      +/-   ##
==========================================
+ Coverage   53.28%   55.46%   +2.18%     
==========================================
  Files          39       39              
  Lines        7588     7563      -25     
==========================================
+ Hits         4043     4195     +152     
+ Misses       3545     3368     -177     
Impacted Files Coverage Δ
src/rest_api/main.py 86.17% <ø> (+17.00%) :arrow_up:
src/yepcord/classes/user.py 55.80% <ø> (ø)
src/rest_api/models/channels.py 64.32% <100.00%> (+5.08%) :arrow_up:
src/rest_api/models/users_me.py 94.59% <100.00%> (+2.70%) :arrow_up:
src/yepcord/databases.py 54.91% <100.00%> (ø)

... and 11 files with indirect coverage changes

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