Skip to content

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

cosminvladutu
Copy link

@cosminvladutu cosminvladutu commented May 9, 2025

Improved documentation

Summary

Describe your changes here.

Fixes #Issue_Number (if available)


Internal previews

📄 File 🔗 Preview link
docs/core/testing/mutation-testing.md Mutation testing

Added section on how to interpret Mutation Testing Results
@cosminvladutu cosminvladutu requested review from IEvangelist and a team as code owners May 9, 2025 13:23
@dotnetrepoman dotnetrepoman bot added this to the May 2025 milestone May 9, 2025
@dotnet-policy-service dotnet-policy-service bot added dotnet-fundamentals/svc community-contribution Indicates PR is created by someone from the .NET community. labels May 9, 2025
Removed spaces before the list items from interpreting mutation results
Added some more information about CI/CD integration and custom configuration of the tool
@cosminvladutu
Copy link
Author

@dotnet-policy-service agree

Removed myself from the authors since I saw it should be only one
Copy link
Member

@IEvangelist IEvangelist left a 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.

Comment on lines +127 to +133
```
"thresholds": {
"high": 85,
"low": 65,
"break": 0
}
```
Copy link
Member

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.

Copy link
Author

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.

@cosminvladutu cosminvladutu requested a review from IEvangelist June 3, 2025 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community. dotnet-fundamentals/svc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants