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

✨ [#739] - feat: abort controller #744

Merged
merged 2 commits into from
Mar 13, 2025
Merged

Conversation

Xaohs
Copy link
Contributor

@Xaohs Xaohs commented Mar 12, 2025

closes #739

@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2025

Codecov Report

Attention: Patch coverage is 94.59459% with 6 lines in your changes missing coverage. Please review.

Project coverage is 89.87%. Comparing base (6d63d9b) to head (2901a19).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...ructionlist/detail/DestructionListDetail.loader.ts 50.00% 4 Missing ⚠️
...ructionlist/review/DestructionListReview.loader.ts 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #744      +/-   ##
==========================================
- Coverage   90.03%   89.87%   -0.16%     
==========================================
  Files         207      208       +1     
  Lines        6404     6452      +48     
  Branches      703      701       -2     
==========================================
+ Hits         5766     5799      +33     
- Misses        638      653      +15     
Flag Coverage Δ
backend 91.02% <ø> (ø)
jest 33.80% <37.61%> (-0.86%) ⬇️
storybook 85.55% <88.07%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Xaohs Xaohs requested a review from svenvandescheur March 13, 2025 08:57
@Xaohs Xaohs marked this pull request as ready for review March 13, 2025 08:57
@Xaohs Xaohs merged commit 93b9360 into main Mar 13, 2025
28 of 30 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding Abort Controller's to API calls (Frontend)
2 participants