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

Blobstore can throw FileAlreadyExistsException #10447 #10831

Merged
merged 1 commit into from
Dec 23, 2024

Blobstore can throw FileAlreadyExistsException #10447

f592349
Select commit
Loading
Failed to load commit list.
Merged

Blobstore can throw FileAlreadyExistsException #10447 #10831

Blobstore can throw FileAlreadyExistsException #10447
f592349
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

84.51% (+0.00%) compared to f71fde8

View this Pull Request on Codecov

84.51% (+0.00%) compared to f71fde8

Details

Codecov Report

Attention: Patch coverage is 83.56164% with 12 lines in your changes missing coverage. Please review.

Project coverage is 84.51%. Comparing base (f71fde8) to head (f592349).
Report is 14 commits behind head on 7.15.

Files with missing lines Patch % Lines
...c/xp/internal/blobstore/cache/CachedBlobStore.java 76.00% 5 Missing and 1 partial ⚠️
.../xp/repo/impl/node/dao/NodeVersionServiceImpl.java 89.74% 3 Missing and 1 partial ⚠️
...onic/xp/internal/blobstore/file/FileBlobStore.java 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               7.15   #10831   +/-   ##
=========================================
  Coverage     84.51%   84.51%           
+ Complexity    19629    19623    -6     
=========================================
  Files          2608     2607    -1     
  Lines         68292    68288    -4     
  Branches       5435     5436    +1     
=========================================
- Hits          57718    57715    -3     
+ Misses         7937     7934    -3     
- Partials       2637     2639    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.