-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Improve installed.json
handling in v2/tools
#983
Improve installed.json
handling in v2/tools
#983
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #983 +/- ##
==========================================
+ Coverage 20.01% 20.70% +0.68%
==========================================
Files 42 42
Lines 2568 2565 -3
==========================================
+ Hits 514 531 +17
+ Misses 1968 1949 -19
+ Partials 86 85 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Before merging, we also need to add some code that, if the |
This commit solves this issue. The |
2e988ee
to
650622b
Compare
b5adf5f
to
33f59b5
Compare
Please check if the PR fulfills these requirements
before creating one)
Code enhancement
The
installed.json
is read everytime it needs to be updated and there is no mutex policy to prevent file corruption.Information from
installed.json
is stored in a map and a mutex policy is introduced.No