Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash on very large orders #32

Merged
merged 1 commit into from
Dec 18, 2023

Fix crash on very large orders

c80b50f
Select commit
Loading
Failed to load commit list.
Merged

Fix crash on very large orders #32

Fix crash on very large orders
c80b50f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 23, 2023 in 1s

25.22% (+0.41%) compared to 02945ed

View this Pull Request on Codecov

25.22% (+0.41%) compared to 02945ed

Details

Codecov Report

Attention: 8 lines in your changes are missing coverage. Please review.

Comparison is base (02945ed) 24.81% compared to head (c80b50f) 25.22%.
Report is 7 commits behind head on master.

Files Patch % Lines
.../java/eu/pretix/libpretixsync/sync/OrderCleanup.kt 0.00% 8 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #32      +/-   ##
============================================
+ Coverage     24.81%   25.22%   +0.41%     
- Complexity      383      388       +5     
============================================
  Files           104      105       +1     
  Lines          5618     5807     +189     
  Branches        994     1024      +30     
============================================
+ Hits           1394     1465      +71     
- Misses         4005     4103      +98     
- Partials        219      239      +20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.