We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
if you:
./web
yarn test:cov:watch
./web/coverage/lcov-report/index.html
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:
./web/src/apps/main/pages/landing
./web/src/apps/main/pages/faq
./web/src/apps/main/pages/not-found
./web/src/apps/main/pages/projects
./web/src/apps/main/pages/articles
./web/src/apps/main/pages/learn
Unit tests for components:
./web/src/components/link-v2
./web/src/components/loading
./web/src/apps/main/components/authors
./web/src/apps/main/components/card
./web/src/apps/main/components/contributors
./web/src/apps/main/components/footer
./web/src/apps/main/components/markdown
./web/src/apps/main/components/navbar
./web/src/apps/main/components/sidebar
./web/src/apps/main/components/speed
./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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
if you:
./web
folderyarn test:cov:watch
inside it./web/coverage/lcov-report/index.html
file in your browseryou 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:
./web/src/apps/main/pages/landing
../web/src/apps/main/pages/faq
. (de4ae32)./web/src/apps/main/pages/not-found
../web/src/apps/main/pages/projects
../web/src/apps/main/pages/articles
../web/src/apps/main/pages/learn
.Unit tests for components:
./web/src/components/link-v2
../web/src/components/loading
../web/src/apps/main/components/authors
../web/src/apps/main/components/card
../web/src/apps/main/components/contributors
../web/src/apps/main/components/footer
. (6fec148)./web/src/apps/main/components/markdown
../web/src/apps/main/components/navbar
../web/src/apps/main/components/sidebar
../web/src/apps/main/components/speed
../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.
The text was updated successfully, but these errors were encountered: