servicecatalog / oscm

An Enterprise-ready Cloud Services Management Software.
https://openservicecatalogmanager.org
Apache License 2.0
38 stars 14 forks source link

Allow mail mock to retrieve initial user emails #1241

Closed GoebelL closed 3 years ago

GoebelL commented 3 years ago

Changes in this Pull Request:

Mandatory checks:

To be checked by the reviewer:

To be checked by the pull request owner:

Cross repository and core changes:

OSCM Build References: ./view/Docker_OSCM/job/OSCM_Docker_Build_and_push/456/

Screenshot image


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #1241 (974473c) into master (7749bae) will increase coverage by 0.17%. The diff coverage is 74.53%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1241      +/-   ##
============================================
+ Coverage     55.30%   55.47%   +0.17%     
- Complexity    14396    14427      +31     
============================================
  Files          1375     1375              
  Lines         80438    80474      +36     
  Branches       8594     8598       +4     
============================================
+ Hits          44486    44643     +157     
+ Misses        33273    33141     -132     
- Partials       2679     2690      +11     
Impacted Files Coverage Δ Complexity Δ
...vasrc/org/oscm/communicationservice/Constants.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...nicationservice/bean/CommunicationServiceBean.java 67.67% <67.67%> (+54.94%) 32.00 <32.00> (+23.00)
...oscm/identityservice/bean/IdentityServiceBean.java 31.37% <92.04%> (+0.41%) 95.00 <2.00> (+2.00)
.../oscm/identityservice/control/SendMailControl.java 92.00% <100.00%> (+2.00%) 10.00 <2.00> (+2.00)
...oscm/communicationservice/data/SendMailStatus.java 100.00% <0.00%> (+20.00%) 4.00% <0.00%> (+1.00%)
...m/communicationservice/smtp/SMTPAuthenticator.java 75.00% <0.00%> (+75.00%) 3.00% <0.00%> (+3.00%)