-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
Description
if you:
- go to
./webfolder - then run
yarn test:cov:watchinside it - then open
./web/coverage/lcov-report/index.htmlfile in your browser
you will see that some directories are marked as red, which means test coverage is below 80%. you can also see the same results in codecov.io
In this task we will make sure that all dirs are marked green ✅.
Check List
Integration tests for pages:
- add integration test for
./web/src/apps/main/pages/landing. - add integration test for
./web/src/apps/main/pages/faq. (de4ae32) - add integration test for
./web/src/apps/main/pages/not-found. - add integration test for
./web/src/apps/main/pages/projects. - add integration test for
./web/src/apps/main/pages/articles. - add integration test for
./web/src/apps/main/pages/learn.
Unit tests for components:
- add unit test for
./web/src/components/link-v2. - add unit test for
./web/src/components/loading. - add unit test for
./web/src/apps/main/components/authors. - add unit test for
./web/src/apps/main/components/card. - add unit test for
./web/src/apps/main/components/contributors. - add unit test for
./web/src/apps/main/components/footer. (6fec148) - add unit test for
./web/src/apps/main/components/markdown. - add unit test for
./web/src/apps/main/components/navbar. - add unit test for
./web/src/apps/main/components/sidebar. - add unit test for
./web/src/apps/main/components/speed. - add unit test for
./web/src/apps/main/components/theme.
Additional Comments
Please create new PR for each task.
Also, it would be great for transparency if you comment below which task you want to take up.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog