pointonsoftware / pscore

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

Added support for unit of measurement #195

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Closes #194

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #195 (1c1f69a) into master (ed97599) will increase coverage by 0.12%. The diff coverage is 95.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
+ Coverage   95.33%   95.45%   +0.12%     
==========================================
  Files          45       46       +1     
  Lines         900     1034     +134     
==========================================
+ Hits          858      987     +129     
- Misses         42       47       +5     
Impacted Files Coverage Δ
core/domain/common/basecontroller.hpp 100.00% <ø> (ø)
core/domain/common/cachecontroller.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.hpp 100.00% <ø> (ø)
core/validator/productvalidator.hpp 100.00% <ø> (ø)
core/domain/unittest/test_inventory.cpp 96.66% <93.18%> (-3.34%) :arrow_down:
core/domain/inventory/inventorycontroller.cpp 97.82% <100.00%> (+2.91%) :arrow_up:
...main/unittest/mock/inventory/inventorydatamock.hpp 100.00% <100.00%> (ø)
core/entity/uom.hpp 100.00% <100.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 ed97599...611c37b. Read the comment docs.