not-for-me / location-search-service

Location Search Service
0 stars 0 forks source link

Implement user registration on start up #10 #13

Closed not-for-me closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #13 into master will increase coverage by 11.07%. The diff coverage is 80%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #13       +/-   ##
=============================================
+ Coverage     61.29%   72.36%   +11.07%     
- Complexity       10       23       +13     
=============================================
  Files             3       10        +7     
  Lines            31       76       +45     
=============================================
+ Hits             19       55       +36     
- Misses           12       21        +9
Impacted Files Coverage Δ Complexity Δ
...java/kr/notforme/lss/business/model/user/User.java 52.38% <ø> (ø) 7 <0> (ø) :arrow_down:
...tforme/lss/support/exceptions/LssApiException.java 0% <0%> (ø) 0 <0> (?)
...me/lss/support/exceptions/LssRuntimeException.java 0% <0%> (ø) 0 <0> (?)
.../notforme/lss/support/exceptions/LssException.java 100% <100%> (ø) 1 <1> (?)
.../lss/support/exceptions/NotExistUserException.java 100% <100%> (ø) 1 <1> (?)
.../kr/notforme/lss/business/service/UserService.java 100% <100%> (ø) 4 <4> (?)
...orme/lss/business/model/user/UserRegistration.java 100% <100%> (ø) 2 <2> (?)
...kr/notforme/lss/runner/UserRegistrationRunner.java 93.75% <93.75%> (ø) 5 <5> (?)
... and 5 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 6243123...6be28d0. Read the comment docs.