Closed hsergiu closed 3 years ago
Merging #251 (b7adca1) into master (f7ec6a4) will increase coverage by
5.07%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #251 +/- ##
============================================
+ Coverage 68.28% 73.36% +5.07%
- Complexity 200 217 +17
============================================
Files 34 34
Lines 864 871 +7
Branches 41 41
============================================
+ Hits 590 639 +49
+ Misses 266 224 -42
Partials 8 8
Impacted Files | Coverage Ξ | Complexity Ξ | |
---|---|---|---|
...ices/springdatajpa/AuthenticationSDJpaService.java | 100.00% <100.00%> (+100.00%) |
7.00 <1.00> (+7.00) |
|
...yhome/services/springdatajpa/UserSDJpaService.java | 86.90% <0.00%> (+9.52%) |
29.00% <0.00%> (+2.00%) |
|
...m/myhome/controllers/AuthenticationController.java | 100.00% <0.00%> (+100.00%) |
2.00% <0.00%> (+2.00%) |
|
.../controllers/exceptions/UserNotFoundException.java | 100.00% <0.00%> (+100.00%) |
2.00% <0.00%> (+2.00%) |
|
...ontrollers/exceptions/AuthenticationException.java | 100.00% <0.00%> (+100.00%) |
2.00% <0.00%> (+2.00%) |
|
...lers/exceptions/CredentialsIncorrectException.java | 100.00% <0.00%> (+100.00%) |
2.00% <0.00%> (+2.00%) |
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 f7ec6a4...b7adca1. Read the comment docs.
@hsergiu Just one more comment about this PR and we can proceed with merge :)
Thank you for the review. I made the changes.
π Description
Created multiple tests for each method. Only a single one for login() in AuthenticationController.
π Motivation and Context
Closes: #243
π¦ Types of changes
β Checklist