-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Enhance mutation testing documentation with new sections #50594
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?
Conversation
Added sections on interpreting mutation testing results, integrating Stryker.NET into CI/CD workflows, and customization options for mutation testing configurations.
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.
Pull request overview
This PR enhances the mutation testing documentation by adding three new sections that provide practical guidance for developers. The additions help users understand how to interpret mutation testing results, integrate Stryker.NET into CI/CD pipelines, and customize mutation testing configurations for their specific needs.
- Adds guidance on interpreting mutation testing results (killed, survived, and timeout mutants)
- Introduces CI/CD integration information with threshold configuration examples
- Provides customization options through stryker-config.json file examples
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@Youssef1313 @Evangelink PTAL. |
Added sections on interpreting mutation testing results, integrating Stryker.NET into CI/CD workflows, and customization options for mutation testing configurations.
Internal previews