generated from StanfordBDHG/NextJSTemplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
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 Code coverage #6
Labels
bug
Something isn't working
Comments
1 task
PSchmiedmayer
added a commit
that referenced
this issue
Jun 17, 2024
# Update Testing Coverage Report ## ♻️ Current situation & Problem - #6 ## ⚙️ Release Notes - Improves jest configuration and adds codecov configuration. ### Code of Conduct & Contributing Guidelines By submitting creating this pull request, you agree to follow our [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md): - [x] I agree to follow the [Code of Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).
1 task
@arkadiuszbachorski I addressed this in a small PR that improves the jest configuration to properly report coverage for all typescript files. We might want to tweak this in #5 if we should exclude/include any additional files and probably pull that over to the NextJSTemplate once this is baked in: StanfordBDHG/NextJSTemplate#29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Code coverage doesn't report coverage for whole repo correctly
Solution
Code coverage should take whole repository into consideration
Additional context
#5 (comment)
Code of Conduct
The text was updated successfully, but these errors were encountered: