Skip to content

chore: wire markdown-patch smoke test into CI#395

Merged
tomasz-tomczyk merged 1 commit intomainfrom
audit/wire-md-patch-test
Apr 29, 2026
Merged

chore: wire markdown-patch smoke test into CI#395
tomasz-tomczyk merged 1 commit intomainfrom
audit/wire-md-patch-test

Conversation

@tomasz-tomczyk
Copy link
Copy Markdown
Owner

Summary

  • frontend/test-markdown-patch.mjs guards the hljs markdown grammar patch (intraword underscore, emoji shortcodes from commit 57c7a3d) but was never invoked.
  • Adds make test-frontend, npm run test:frontend, and a parallel CI job (~5s, no npm ci needed).

Review

  • Release audit + independent validation: real P2
  • Pre-commit checks: clean

Test plan

  • node frontend/test-markdown-patch.mjs → 30/30 pass locally
  • New CI job runs alongside existing lint/unit/e2e jobs

🤖 Generated with Claude Code

frontend/test-markdown-patch.mjs guards against regressions in the
hljs markdown grammar patch (intraword underscore, emoji shortcodes).
Previously unwired — would only surface in user-visible markdown.

Adds make test-frontend, npm run test:frontend, and a parallel CI job.
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.64%. Comparing base (da47740) to head (4856284).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #395      +/-   ##
==========================================
+ Coverage   66.60%   66.64%   +0.03%     
==========================================
  Files          19       19              
  Lines        8206     8206              
==========================================
+ Hits         5466     5469       +3     
+ Misses       2313     2311       -2     
+ Partials      427      426       -1     
Flag Coverage Δ
e2e 33.95% <ø> (-0.15%) ⬇️
unit 62.67% <ø> (+0.03%) ⬆️

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tomasz-tomczyk tomasz-tomczyk merged commit 798202b into main Apr 29, 2026
6 of 7 checks passed
@tomasz-tomczyk tomasz-tomczyk deleted the audit/wire-md-patch-test branch April 29, 2026 20:37
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