not-for-me / location-search-service

Location Search Service
0 stars 0 forks source link

Implement keyword location search api #2 #18

Closed not-for-me closed 5 years ago

not-for-me commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into master will decrease coverage by 5.68%. The diff coverage is 56.09%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #18      +/-   ##
============================================
- Coverage     69.04%   63.36%   -5.69%     
- Complexity       26       58      +32     
============================================
  Files            12       18       +6     
  Lines            84      232     +148     
  Branches          0        4       +4     
============================================
+ Hits             58      147      +89     
- Misses           26       83      +57     
- Partials          0        2       +2
Impacted Files Coverage Δ Complexity Δ
...otforme/lss/business/service/user/UserService.java 100% <ø> (ø) 4 <0> (?)
src/main/java/kr/notforme/lss/LssApplication.java 33.33% <ø> (ø) 1 <0> (ø) :arrow_down:
...va/kr/notforme/lss/api/response/ErrorResponse.java 0% <0%> (ø) 0 <0> (?)
...usiness/service/place/PlaceSearchCacheService.java 0% <0%> (ø) 0 <0> (?)
...kr/notforme/lss/runner/UserRegistrationRunner.java 93.75% <100%> (ø) 5 <1> (ø) :arrow_down:
...lss/business/service/place/PlaceSearchService.java 100% <100%> (ø) 8 <8> (?)
...kr/notforme/lss/support/http/WebClientFilters.java 21.42% <21.42%> (ø) 3 <3> (?)
...s/repository/place/KakaoPlaceSearchRepository.java 46% <46%> (ø) 3 <3> (?)
...notforme/lss/config/props/ExternalServiceProp.java 55.55% <55.55%> (ø) 3 <3> (?)
...r/notforme/lss/support/cache/CacheKeyResolver.java 80% <80%> (ø) 1 <1> (?)
... and 20 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 bb3dda0...519a4cb. Read the comment docs.