INSPJT / instagram_clone_backend

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

Add Image Upload API #90

Closed DolphaGo closed 3 years ago

DolphaGo commented 3 years ago

Description

Add Image Upload API

codecov[bot] commented 3 years ago

Codecov Report

Merging #90 (e8c2612) into master (bfee21c) will increase coverage by 8.66%. The diff coverage is 86.25%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #90      +/-   ##
============================================
+ Coverage     79.83%   88.49%   +8.66%     
+ Complexity      268      143     -125     
============================================
  Files            53       41      -12     
  Lines           853      652     -201     
  Branches          9       12       +3     
============================================
- Hits            681      577     -104     
+ Misses          161       64      -97     
  Partials         11       11              
Impacted Files Coverage Δ Complexity Δ
...ella/instagramclone/InstagramcloneApplication.java 20.00% <0.00%> (-13.34%) 1.00 <0.00> (ø)
...vongella/instagramclone/config/SecurityConfig.java 100.00% <ø> (ø) 3.00 <0.00> (-1.00)
...ivongella/instagramclone/domain/follow/Follow.java 81.25% <0.00%> (-18.75%) 2.00 <0.00> (-5.00)
...e/support/actuator/ApplicationHealthIndicator.java 25.00% <25.00%> (ø) 1.00 <1.00> (?)
...vongella/instagramclone/service/FollowService.java 94.59% <94.59%> (ø) 8.00 <8.00> (?)
...clone/controller/dto/profile/SimpleProfileDto.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...ivongella/instagramclone/domain/member/Member.java 86.95% <100.00%> (+0.07%) 12.00 <2.00> (-16.00) :arrow_up:
...rivongella/instagramclone/exception/ErrorCode.java 100.00% <100.00%> (+11.11%) 1.00 <0.00> (-1.00) :arrow_up:
...rivongella/instagramclone/service/AuthService.java 93.93% <100.00%> (+3.03%) 12.00 <7.00> (+7.00)
...vongella/instagramclone/service/MemberService.java 100.00% <100.00%> (+5.26%) 0.00 <0.00> (-9.00) :arrow_up:
... and 45 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 bfee21c...e8c2612. Read the comment docs.