pointonsoftware / pscore

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

Created Screen base class #192

Closed gbenziv closed 3 years ago

gbenziv commented 3 years ago

Closes #187

Pull Request Checklist

codecov[bot] commented 3 years ago

Codecov Report

Merging #192 (c331293) into master (30d3a67) will increase coverage by 4.55%. The diff coverage is 97.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
+ Coverage   90.78%   95.33%   +4.55%     
==========================================
  Files          43       45       +2     
  Lines         792      900     +108     
==========================================
+ Hits          719      858     +139     
+ Misses         73       42      -31     
Impacted Files Coverage Δ
...ore/domain/customermgmt/customermgmtcontroller.hpp 100.00% <ø> (ø)
core/domain/dashboard/dashboardcontroller.hpp 100.00% <ø> (ø)
core/domain/employeemgmt/employeecontroller.hpp 100.00% <ø> (ø)
core/domain/inventory/inventorycontroller.hpp 100.00% <ø> (ø)
core/domain/dashboard/dashboardcontroller.cpp 89.65% <66.66%> (ø)
core/domain/userlogin/logincontroller.cpp 92.85% <66.66%> (ø)
core/domain/inventory/inventorycontroller.cpp 94.91% <93.33%> (-0.80%) :arrow_down:
core/domain/employeemgmt/employeecontroller.cpp 96.07% <94.11%> (-0.29%) :arrow_down:
...ore/domain/customermgmt/customermgmtcontroller.cpp 95.77% <97.72%> (+68.27%) :arrow_up:
core/domain/common/basecontroller.hpp 100.00% <100.00%> (ø)
... and 12 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 40a0df2...c331293. Read the comment docs.