-
Notifications
You must be signed in to change notification settings - Fork 28
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 obsolete cleanup
from BundleAnalysis
#731
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #731 +/- ##
===========================================
Coverage 96.02000 96.02000
===========================================
Files 814 814
Lines 18453 18443 -10
===========================================
- Hits 17720 17710 -10
Misses 733 733
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
cd4048e
to
cd35b22
Compare
The `shared` code completely removed the `db_session` on the `BundleAnalysisReport`. Thus there is no need to `close` those sessions and for these cleanup methods to exist.
d058341
to
a2d0e8c
Compare
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.
lgtm!
Purpose/Motivation
The
shared
code completely removed thedb_session
on theBundleAnalysisReport
. Thus there is no need toclose
those sessions and for these cleanup methods to exist.Links to relevant tickets
related to https://github.com/codecov/internal-issues/issues/650
Notes to Reviewer
Depends on codecov/shared#309