Skip to content

Rename BlobEntry->Blobentry and BlobStore->Blobstore #1136

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

Affie
Copy link
Member

@Affie Affie commented Jun 11, 2025

close #1123
close #1124

@Affie Affie added this to the v0.27.0 milestone Jun 11, 2025
@Affie Affie self-assigned this Jun 11, 2025
@@ -81,7 +81,7 @@ function printVariable(
print(ioc, " :$key ")
println(ioc, "<-- .suggested: ", round.(ppe.suggested, digits = 4))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
println(ioc, "<-- .suggested: ", round.(ppe.suggested, digits = 4))
println(ioc, "<-- .suggested: ", round.(ppe.suggested; digits = 4))

Copy link

codecov bot commented Jun 11, 2025

Codecov Report

Attention: Patch coverage is 62.09150% with 58 lines in your changes missing coverage. Please review.

Project coverage is 75.32%. Comparing base (ffe75ea) to head (cf96074).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
src/DataBlobs/services/BlobEntry.jl 62.50% 24 Missing ⚠️
src/DataBlobs/services/BlobStores.jl 55.10% 22 Missing ⚠️
src/GraphsDFG/services/GraphsDFG.jl 28.57% 5 Missing ⚠️
src/DataBlobs/services/HelpersDataWrapEntryBlob.jl 76.47% 4 Missing ⚠️
src/DataBlobs/services/BlobPacking.jl 0.00% 2 Missing ⚠️
src/DataBlobs/entities/BlobEntry.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1136   +/-   ##
========================================
  Coverage    75.32%   75.32%           
========================================
  Files           28       28           
  Lines         2399     2399           
========================================
  Hits          1807     1807           
  Misses         592      592           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Affie Affie merged commit 05ad44d into develop Jun 11, 2025
5 of 6 checks passed
@Affie Affie deleted the maint/nouns/Blobentry_Blobstore branch June 11, 2025 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update BlobStore -> Blobstore Update BlobEntry -> Blobentry
1 participant