-
Notifications
You must be signed in to change notification settings - Fork 7
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
Remove async assembly #94
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #94 +/- ##
=======================================
Coverage ? 75.06%
Complexity ? 186
=======================================
Files ? 13
Lines ? 726
Branches ? 62
=======================================
Hits ? 545
Misses ? 146
Partials ? 35 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. I just left a few improvements for the release notes. Could you take care of the final major release once this has been merged? Or are there other changes we need to make before a release?
Will have a run if I think we must clean the code a little bit if I don't find something I think we are good to go :) |
Co-authored-by: Marius Kleidl <[email protected]>
This PR removes the AsyncAssembly functionality as it is more or less obsolete.
The regular Assembly Class is capable of asynchronous uploads already and the AsyncAssembly have been marked deprecated more than a year ago.
I want to reduce complexity by removing the AsyncAssembly logic.