fairnesscoop / pictyschool

Open source and eco design school photo management software (work in progress)
MIT License
7 stars 0 forks source link

feat: Create shipping cost #94

Closed mmarchois closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #94 (eff744b) into master (8299532) will decrease coverage by 0.10%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   92.71%   92.61%   -0.11%     
==========================================
  Files         194      200       +6     
  Lines        1854     1896      +42     
  Branches       68       69       +1     
==========================================
+ Hits         1719     1756      +37     
- Misses        135      140       +5     
Impacted Files Coverage Δ
...ructure/Order/Repository/ShippingCostRepository.ts 50.00% <0.00%> (ø)
.../Command/ShippingCost/CreateShippingCostCommand.ts 100.00% <100.00%> (ø)
...d/ShippingCost/CreateShippingCostCommandHandler.ts 100.00% <100.00%> (ø)
...der/Exception/ShippingCostAlreadyExistException.ts 100.00% <100.00%> (ø)
.../Order/Specification/IsShippingCostAlreadyExist.ts 100.00% <100.00%> (ø)
...pi/src/Infrastructure/Order/DTO/ShippingCostDTO.ts 100.00% <100.00%> (ø)
... and 2 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 8299532...eff744b. Read the comment docs.