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

feature/admin-add-order #21

Closed mbpictures closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #21 (716c2e5) into main (b5c836e) will decrease coverage by 0.22%. The diff coverage is 76.19%.

@@            Coverage Diff             @@
##             main      #21      +/-   ##
==========================================
- Coverage   79.52%   79.30%   -0.23%     
==========================================
  Files         104      105       +1     
  Lines        1602     1609       +7     
  Branches      304      306       +2     
==========================================
+ Hits         1274     1276       +2     
- Misses        229      233       +4     
- Partials       99      100       +1     
Impacted Files Coverage Δ
...omponents/seatselection/free/SeatSelectionFree.tsx 94.44% <ø> (ø)
...ents/seatselection/free/SeatSelectionFreeEntry.tsx 87.50% <ø> (ø)
...c/components/seatselection/seatmap/SeatMapSeat.tsx 59.25% <ø> (ø)
...s/seatselection/seatmap/SeatMapSeatTypeFactory.tsx 80.00% <ø> (ø)
...ponents/seatselection/seatmap/SeatSelectionRow.tsx 100.00% <ø> (ø)
src/pages/seatselection/[id].tsx 66.66% <ø> (-22.23%) :arrow_down:
src/store/reducers/personalInformationReducer.ts 52.94% <0.00%> (-3.31%) :arrow_down:
src/store/reducers/eventSelectionReducer.ts 85.71% <50.00%> (-14.29%) :arrow_down:
src/store/reducers/orderReducer.tsx 85.71% <50.00%> (-14.29%) :arrow_down:
src/store/reducers/paymentReducer.ts 85.71% <50.00%> (-14.29%) :arrow_down:
... and 4 more

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