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

Fixed deadlock in Library::writeBookmarksToFile() #642

Merged
merged 1 commit into from
Dec 6, 2021

Conversation

veloman-yunkan
Copy link
Collaborator

Fixes #641

No unit was added.

@codecov
Copy link

codecov bot commented Dec 5, 2021

Codecov Report

Merging #642 (e1db916) into master (fa8d0f8) will increase coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #642      +/-   ##
==========================================
+ Coverage   67.17%   67.23%   +0.05%     
==========================================
  Files          53       53              
  Lines        3906     3903       -3     
  Branches     1978     1977       -1     
==========================================
  Hits         2624     2624              
+ Misses       1281     1278       -3     
  Partials        1        1              
Impacted Files Coverage Δ
src/library.cpp 78.26% <0.00%> (+0.53%) ⬆️
src/libxml_dumper.cpp 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fa8d0f8...e1db916. Read the comment docs.

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.

Deadlock in Library::writeBookmarksToFile()
2 participants