You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always call Build-SummaryReport and write to $GITHUB_STEP_SUMMARY via
Add-Content rather than relying on the workflow to echo the coverageSummary
output. The echo approach mangles multiline markdown (backticks, dollar
signs, quotes), causing the step summary to appear empty.
Remove the now-redundant 'Add Coverage Job Summary' / 'Publish Coverage
Workflow Build Summary' steps from all three example workflows to avoid
duplicating the content.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments