Replies: 2 comments
-
Another idea - implement a code coverage bot like on the Katex project. Example: KaTeX/KaTeX#2183 This provides a delta of the change in code coverage for a PR |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's a jest project like codecov mentioned above - https://github.com/marketplace/actions/jest-coverage-report |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently Obojobo has 100% test coverage, which is great but does slow down development of new ideas. Additionally 100% code coverage doesn't guarantee a 100% working product. This is just a general note of things for us to consider with testing the project in the future:
score > 100
toscore <= 100
) and make sure that related tests fail. If tests don't fail then it exposes a poorly written test, as related tests should fail when the code was mutated.Beta Was this translation helpful? Give feedback.
All reactions