pointonsoftware / pscore

C++ library for building your business software
GNU Affero General Public License v3.0
1 stars 2 forks source link

Implemented get customer details feature #185

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Closes #160

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #185 (fbf4b99) into master (2699ef1) will increase coverage by 1.80%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #185      +/-   ##
==========================================
+ Coverage   89.61%   91.42%   +1.80%     
==========================================
  Files          43       43              
  Lines         780      816      +36     
==========================================
+ Hits          699      746      +47     
+ Misses         81       70      -11     
Impacted Files Coverage Δ
...ore/domain/customermgmt/customermgmtcontroller.hpp 100.00% <ø> (ø)
...ore/domain/customermgmt/customermgmtcontroller.cpp 44.68% <100.00%> (+36.10%) :arrow_up:
core/domain/unittest/test_customermgmt.cpp 100.00% <100.00%> (ø)
core/domain/unittest/test_inventory.cpp 100.00% <100.00%> (ø)
...nittest/mock/customermgmt/customermgmtdatamock.hpp 50.00% <0.00%> (+16.66%) :arrow_up:
...nittest/mock/customermgmt/customermgmtviewmock.hpp 60.00% <0.00%> (+20.00%) :arrow_up:
core/entity/customer.hpp 100.00% <0.00%> (+100.00%) :arrow_up:

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 30d3a67...fbf4b99. Read the comment docs.