Closed karlhorky closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mdx | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 23, 2024 11:18am |
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
908ff45
) to head (8d93c6a
). Report is 42 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
thanks!
Can you try and build the website next time btw? That actually type checks. And finds other problems, such as that toml wasn’t registered, and that your example uses typescript instead of javascript! https://github.com/mdx-js/mdx/commit/05ecf65f1943e6810b21e40e19354210aa9abefb
Ah, sorry for the multiple mistakes there 😬 I am actually working on GitHub only, I don't even have this cloned - just relying on GitHub Actions CI and my memory / reviewing to do the right thing.
Would it make sense to add a "smoke test" website build to the GitHub Actions CI?
For my own PRs for now, I'll keep in mind that things can break without being reported by CI.
Don’t worry about it! It's intentional that things don't break, so newcomers can contribute, even when they're not as neat in their code as the maintainers! Or, a type error can exist for a bit in an example, while the website remains maintainable. CI did probably show this in the logs btw; if you want to remain in GH but benefit from it, you can go through the logs.
Initial checklist
Description of changes
Small follow-up to #2517 to address the type checking and linting problems with the original code from the Bun docs