pointonsoftware / pscore

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

Implemented customer list API #184

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Closes #159

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #184 (96e316a) into master (2699ef1) will increase coverage by 1.16%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
+ Coverage   89.61%   90.78%   +1.16%     
==========================================
  Files          43       43              
  Lines         780      792      +12     
==========================================
+ Hits          699      719      +20     
+ Misses         81       73       -8     
Impacted Files Coverage Δ
...ore/domain/customermgmt/customermgmtcontroller.cpp 27.50% <100.00%> (+18.92%) :arrow_up:
core/domain/unittest/test_customermgmt.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 2699ef1...bab43f8. Read the comment docs.