Skip to content

Add metadata support for HTTP.URI#433

Merged
ViralBShah merged 1 commit intomasterfrom
fix-metadata-http-uri
Apr 12, 2026
Merged

Add metadata support for HTTP.URI#433
ViralBShah merged 1 commit intomasterfrom
fix-metadata-http-uri

Conversation

@ViralBShah
Copy link
Copy Markdown
Member

Summary

Test plan

  • metadata(HTTP.URI("https://...some-image-url...")) returns metadata instead of erroring

🤖 Generated with Claude Code

Fixes #402: `metadata(HTTP.URI(...))` now works the same way
`load(HTTP.URI(...))` already did.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 91.31%. Comparing base (4e544bd) to head (53b6096).
⚠️ Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
ext/HTTPExt.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #433      +/-   ##
==========================================
- Coverage   91.44%   91.31%   -0.13%     
==========================================
  Files          11       11              
  Lines         713      714       +1     
==========================================
  Hits          652      652              
- Misses         61       62       +1     

☔ 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.

@ViralBShah ViralBShah merged commit 2780ca5 into master Apr 12, 2026
15 of 17 checks passed
@ViralBShah ViralBShah deleted the fix-metadata-http-uri branch April 12, 2026 04:21
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.

metadata fails on HTTP.URI

1 participant