INSPJT / instagram_clone_backend

APIs For Front, AOS, iOS
13 stars 2 forks source link

Post Like 기능 추가, Count 필드 추가 및 조회 성능 개선, displayId 적용 #63

Closed DolphaGo closed 3 years ago

DolphaGo commented 3 years ago

Description

codecov[bot] commented 3 years ago

Codecov Report

Merging #63 (419bcbd) into develop (bfd50a8) will increase coverage by 0.32%. The diff coverage is 84.02%.

:exclamation: Current head 419bcbd differs from pull request most recent head d6e19b5. Consider uploading reports for the commit d6e19b5 to get more accurate results Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #63      +/-   ##
=============================================
+ Coverage      78.08%   78.40%   +0.32%     
- Complexity       204      215      +11     
=============================================
  Files             46       46              
  Lines            648      704      +56     
  Branches           9        9              
=============================================
+ Hits             506      552      +46     
- Misses           136      144       +8     
- Partials           6        8       +2     
Impacted Files Coverage Δ Complexity Δ
...gella/instagramclone/config/JwtSecurityConfig.java 100.00% <ø> (ø) 2.00 <0.00> (ø)
...vongella/instagramclone/config/SecurityConfig.java 100.00% <ø> (ø) 4.00 <0.00> (ø)
...ella/instagramclone/controller/AuthController.java 16.66% <ø> (ø) 1.00 <0.00> (ø)
...a/instagramclone/controller/CommentController.java 18.18% <ø> (ø) 2.00 <0.00> (ø)
...ella/instagramclone/controller/FeedController.java 66.66% <ø> (ø) 2.00 <0.00> (ø)
...la/instagramclone/controller/MemberController.java 14.28% <0.00%> (ø) 1.00 <0.00> (ø)
...ella/instagramclone/controller/PostController.java 11.11% <0.00%> (-3.18%) 1.00 <0.00> (ø)
...stagramclone/controller/dto/MemberResponseDto.java 90.90% <ø> (-2.43%) 6.00 <0.00> (-2.00)
...nstagramclone/controller/dto/SigninRequestDto.java 50.00% <ø> (ø) 3.00 <0.00> (ø)
...instagramclone/controller/dto/TokenRequestDto.java 80.00% <ø> (ø) 4.00 <0.00> (ø)
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bfd50a8...d6e19b5. Read the comment docs.