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/ticket-send-improvements #9

Closed mbpictures closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #9 (c4f405e) into main (756235f) will decrease coverage by 1.06%. The diff coverage is 68.75%.

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   77.53%   76.47%   -1.07%     
==========================================
  Files          89       93       +4     
  Lines        1362     1394      +32     
  Branches      267      268       +1     
==========================================
+ Hits         1056     1066      +10     
- Misses        221      242      +21     
- Partials       85       86       +1     
Impacted Files Coverage Δ
src/constants/Constants.ts 100.00% <ø> (ø)
src/components/admin/TextfieldList.tsx 36.84% <36.84%> (ø)
src/pages/admin/options.tsx 79.03% <75.00%> (-0.28%) :arrow_down:
src/store/factories/order/FreeSeatOrderParser.ts 75.00% <75.00%> (ø)
src/store/factories/order/SeatOrderParser.ts 82.35% <82.35%> (ø)
src/components/PaymentOverview.tsx 76.47% <100.00%> (-8.15%) :arrow_down:
src/constants/util.ts 72.97% <100.00%> (-8.16%) :arrow_down:
...tories/nextAvailable/SeatSelectionNextAvailable.ts 100.00% <100.00%> (ø)
src/store/factories/order/OrderFactory.ts 100.00% <100.00%> (ø)
.../components/admin/dialogs/ChangePasswordDialog.tsx 86.36% <0.00%> (-4.55%) :arrow_down:
... and 1 more

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