-
Notifications
You must be signed in to change notification settings - Fork 6k
Update mutation-testing.md #46064
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
base: main
Are you sure you want to change the base?
Update mutation-testing.md #46064
Conversation
Added section on how to interpret Mutation Testing Results
Removed spaces before the list items from interpreting mutation results
Added some more information about CI/CD integration and custom configuration of the tool
@dotnet-policy-service agree |
Removed myself from the authors since I saw it should be only one
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.
This seems like a good addition, but we really need to clean it up.
``` | ||
"thresholds": { | ||
"high": 85, | ||
"low": 65, | ||
"break": 0 | ||
} | ||
``` |
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.
Why is this here? There's no mention of config yet, it's just a code block with values that are not described anywhere. Let's remove this.
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.
We can remove it, but we are talking about "quality thresholds". This is an example how a threshold looks like. It's your call if you want it gone or not.
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Co-authored-by: David Pine <[email protected]>
Improved documentation
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews