-
Notifications
You must be signed in to change notification settings - Fork 32
🐛Storage: fix access to DatCore #7213
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
🐛Storage: fix access to DatCore #7213
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7213 +/- ##
==========================================
+ Coverage 76.84% 80.42% +3.57%
==========================================
Files 1313 688 -625
Lines 52971 33023 -19948
Branches 566 168 -398
==========================================
- Hits 40706 26558 -14148
+ Misses 12115 6407 -5708
+ Partials 150 58 -92
Continue to review full report in Codecov by Sentry.
|
pcrespov
left a comment
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.
thx
7f54894 to
eaa264e
Compare
|



What do these changes do?
After #7088 the access to Datcore was broken. This PR fixes it.
Related issue/s
How to test
Dev-ops checklist