pointonsoftware / pscore

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

Added ability to view, create, and delete a category #237

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

xxxx

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (5ece22e) into master (9f05930) will increase coverage by 0.14%. The diff coverage is 100.00%.

:exclamation: Current head 5ece22e differs from pull request most recent head 733abe9. Consider uploading reports for the commit 733abe9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   94.89%   95.04%   +0.14%     
==========================================
  Files          65       65              
  Lines        1234     1271      +37     
==========================================
+ Hits         1171     1208      +37     
  Misses         63       63              
Impacted Files Coverage Δ
core/domain/accounting/accountingcontroller.cpp 81.96% <ø> (ø)
core/domain/inventory/interface/inventoryiface.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.hpp 100.00% <ø> (ø)
core/validator/productvalidator.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.cpp 98.16% <100.00%> (+0.29%) :arrow_up:
...main/unittest/mock/inventory/inventorydatamock.hpp 100.00% <100.00%> (ø)
core/domain/unittest/test_inventory.cpp 96.98% <100.00%> (+0.31%) :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 9f05930...733abe9. Read the comment docs.