mbpictures / tessera

Open source and ready to use ticket shop with lots of customization abilities and feature rich admin dashboard. Several payment providers (stripe, paypal, sofort) are available out of the box and new ones can be added with ease.
MIT License
19 stars 2 forks source link

integration-test-improvements #10

Closed mbpictures closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #10 (253cada) into main (49f9251) will increase coverage by 2.97%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   76.47%   79.44%   +2.97%     
==========================================
  Files          93       94       +1     
  Lines        1394     1396       +2     
  Branches      268      268              
==========================================
+ Hits         1066     1109      +43     
+ Misses        241      203      -38     
+ Partials       87       84       -3     
Impacted Files Coverage Δ
src/components/SeatSelectionFree.tsx 94.11% <ø> (+23.52%) :arrow_up:
src/components/SeatSelectionFreeEntry.tsx 89.65% <ø> (+34.48%) :arrow_up:
.../components/admin/dialogs/ChangePasswordDialog.tsx 86.36% <0.00%> (-4.55%) :arrow_down:
src/pages/admin/user/settings.tsx 78.04% <0.00%> (-2.44%) :arrow_down:
src/pages/checkout.tsx 0.00% <0.00%> (ø)
src/components/Step.tsx 61.11% <0.00%> (+2.77%) :arrow_up:
src/constants/util.ts 78.37% <0.00%> (+5.40%) :arrow_up:
src/components/payment/Sofort.tsx 68.75% <0.00%> (+6.25%) :arrow_up:
src/store/reducers/personalInformationReducer.ts 56.25% <0.00%> (+6.25%) :arrow_up:
src/components/seatmap/SeatMapSeat.tsx 59.25% <0.00%> (+7.40%) :arrow_up:
... and 8 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more