Replies: 2 comments
-
This seems like a good feature, feel free to create a new feature request for it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I have done just that |
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
-
I would like to be able to set a fail criteria based on the baseline mutation score. Basically I would like to incentivize our developers to write better unit tests by ensuring any new changes to code has better unit test coverage by ensuring the new tests end up with a better mutation score than the baseline.
Required behavior:
This way our CI/CD pipelines will automatically be able stop any new (and potentially untested) code from being merged into a release.
Beta Was this translation helpful? Give feedback.
All reactions