Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: react-nextjs coverage #1762

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion react/modules/tasks/nextjs-ssr-ssg.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ A student can achieve a maximum of 100 points (+50 optional).
### Penalties

- React Router 7 part implemented without Next.js implementation before: **-150 points**
- Test coverage less than 80%: **-30 points per each branch**
- Test coverage less than 70%: **-30 points per each branch**
- TypeScript isn't used: **-145 points**
- Usage of _any_: **-20 points per each**
- Usage of _ts-ignore_: **-20 points per each**
Expand Down
Loading