Skip to content

test(selfhost): cover the null-value branch of the fs blob store put - #1491

Merged
JSONbored merged 1 commit into
mainfrom
claude/fix-blob-coverage
Jun 26, 2026
Merged

test(selfhost): cover the null-value branch of the fs blob store put#1491
JSONbored merged 1 commit into
mainfrom
claude/fix-blob-coverage

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

Follow-up to #1490, which merged with a failing codecov/patch (the admin override let it through): the value ?? "" null-value arm of createFsBlobStore.put was untested. Adds a null-value put test, restoring the blob store to 100% branch coverage. No production change.

#1490 merged with a failing codecov/patch (admin override): the value ?? "" null
arm of createFsBlobStore.put was untested. Add a null-value put test so the blob
store is back to 100% branch coverage.
@dosubot dosubot Bot added the size:XS label Jun 26, 2026
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.45%. Comparing base (3875b65) to head (4904a51).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1491   +/-   ##
=======================================
  Coverage   95.44%   95.45%           
=======================================
  Files         195      195           
  Lines       21111    21111           
  Branches     7632     7632           
=======================================
+ Hits        20150    20151    +1     
  Misses        383      383           
+ Partials      578      577    -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JSONbored
JSONbored merged commit 83dedfa into main Jun 26, 2026
19 checks passed
@JSONbored
JSONbored deleted the claude/fix-blob-coverage branch June 26, 2026 12:22
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.

1 participant