Skip to content

Conversation

@KyleAMathews
Copy link
Contributor

The release notification comments were missing package data because backticks in the body text (e.g., @electric-sql/client@1.2.8) were being interpreted by the shell as command substitution. This caused the package names to be replaced with empty strings.

Fix by using gh's --body-file - flag to pass the body via stdin, avoiding shell interpretation entirely.

Fixes comments like #3547 (comment)

…e comments

The release notification comments were missing package data because
backticks in the body text (e.g., `@electric-sql/client@1.2.8`) were
being interpreted by the shell as command substitution. This caused
the package names to be replaced with empty strings.

Fix by using gh's --body-file - flag to pass the body via stdin,
avoiding shell interpretation entirely.

Fixes comments like #3547 (comment)
@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.04%. Comparing base (46ecf6d) to head (c3a07ce).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3583      +/-   ##
==========================================
+ Coverage   61.72%   62.04%   +0.32%     
==========================================
  Files          40       40              
  Lines        1557     1557              
  Branches      105      104       -1     
==========================================
+ Hits          961      966       +5     
+ Misses        595      590       -5     
  Partials        1        1              
Flag Coverage Δ
electric-telemetry 22.99% <ø> (+0.27%) ⬆️
elixir 57.83% <ø> (+0.44%) ⬆️
elixir-client 74.47% <ø> (+0.52%) ⬆️
packages/experimental 87.73% <ø> (ø)
packages/react-hooks 86.48% <ø> (ø)
packages/y-electric 55.66% <ø> (ø)
typescript 72.72% <ø> (ø)
unit-tests 62.04% <ø> (+0.32%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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

@KyleAMathews KyleAMathews merged commit c67407e into main Dec 11, 2025
25 of 28 checks passed
@KyleAMathews KyleAMathews deleted the claude/debug-missing-comment-data-01MmpVQqNNzypxehLQNcumxP branch December 11, 2025 14:45
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.

4 participants