Add automated route and frontend coverage#19
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ecf0b0ed00
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| run: | | ||
| cargo test | ||
| node --test tests/*.test.js |
There was a problem hiding this comment.
Gate release validation on the new frontend test suite
These lines add node --test to pull-request CI, but the release paths still stop at cargo test in .github/workflows/release.yml:50-51, .forgejo/workflows/release.yml:31-32, and the documented make pre-release target at Makefile:205-206. A regression in the shipped JavaScript can therefore still pass the actual release gate and be published from a tag without ever running the new suite, which defeats the coverage in the most important path.
Useful? React with 👍 / 👎.
ecf0b0e to
de9944d
Compare
|
Codex review was correct. After rebasing this branch onto current |
Summary
Closes #1