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-dashboard #20

Closed mbpictures closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (7094a22) into main (2f2b01a) will decrease coverage by 0.31%. The diff coverage is 74.11%.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   79.84%   79.52%   -0.32%     
==========================================
  Files          98      104       +6     
  Lines        1518     1602      +84     
  Branches      290      304      +14     
==========================================
+ Hits         1212     1274      +62     
- Misses        214      229      +15     
- Partials       92       99       +7     
Impacted Files Coverage Δ
.../components/admin/layout/dashboard/PopularCard.tsx 50.00% <50.00%> (ø)
...onents/admin/layout/dashboard/TotalRevenueCard.tsx 62.50% <62.50%> (ø)
...onents/admin/layout/dashboard/RevenueGraphCard.tsx 73.58% <73.58%> (ø)
src/components/admin/layout/MainCard.tsx 83.33% <83.33%> (ø)
.../components/admin/dialogs/ChangePasswordDialog.tsx 91.30% <100.00%> (+4.94%) :arrow_up:
...ponents/admin/layout/dashboard/TotalOrdersCard.tsx 100.00% <100.00%> (ø)
...ponents/admin/layout/dashboard/WeekOrdersCards.tsx 100.00% <100.00%> (ø)
src/pages/admin/index.tsx 75.00% <100.00%> (+8.33%) :arrow_up:
src/pages/admin/user/settings.tsx 81.96% <100.00%> (-1.64%) :arrow_down:
... and 1 more

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