pointonsoftware / pscore

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

Optimized core cache controller #201

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

xxxx

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #201 (4ff92aa) into master (ed97599) will increase coverage by 0.15%. The diff coverage is 96.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
+ Coverage   95.33%   95.48%   +0.15%     
==========================================
  Files          45       51       +6     
  Lines         900     1042     +142     
==========================================
+ Hits          858      995     +137     
- Misses         42       47       +5     
Impacted Files Coverage Δ
...omain/customermgmt/interface/customermgmtiface.hpp 100.00% <ø> (ø)
core/domain/dashboard/interface/dashboardiface.hpp 100.00% <ø> (ø)
core/domain/inventory/interface/inventoryiface.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.hpp 100.00% <ø> (ø)
core/domain/userlogin/interface/loginiface.hpp 100.00% <ø> (ø)
core/entity/employee.hpp 100.00% <ø> (ø)
core/validator/productvalidator.hpp 100.00% <ø> (ø)
core/domain/common/cachecontroller.hpp 92.85% <87.50%> (-7.15%) :arrow_down:
core/domain/unittest/test_inventory.cpp 96.66% <93.18%> (-3.34%) :arrow_down:
core/domain/common/basecontroller.hpp 100.00% <100.00%> (ø)
... and 13 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 cdaf5f7...c9d382a. Read the comment docs.