-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: updated Jest config to collect coverage from src/ #56
base: develop
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to include this in the issue -- could you exclude src/components/ui
from coverage since we won't be testing shadcn components? Thanks!
Should be excluded now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! We won't be able to merge yet because the new threshold is causing the ci to fail, but there's nothing you have to do on your end.
77bf995
to
f36256d
Compare
f36256d
to
87ec5d8
Compare
87ec5d8
to
bfd8cad
Compare
bfd8cad
to
ab931a3
Compare
Developer: Shayan
Closes #50
Pull Request Summary
Modified jest to run coverage on all source files in src/
Modifications
Changed collectCoverageFrom and coverageThreshold in jest.config.ts
Testing Considerations
I ran npm test and got a coverage report back
Pull Request Checklist
Screenshots/Screencast