Skip to content
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

Implementation of additional configs for clear-text reporter #4330

Merged

Conversation

C-Klug
Copy link
Contributor

@C-Klug C-Klug commented Jun 24, 2023

Related issue: here

Implementation of additional configuration options for the clear-text reporter. These additions include the ability to enable/disable the three sections within the clear-text reporter that get printed: All tests, survived mutants, and score table.

Fixes #4209

Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this looks great! Some minor remarks regarding the naming.

docs/configuration.md Outdated Show resolved Hide resolved
docs/configuration.md Outdated Show resolved Hide resolved
@C-Klug C-Klug requested a review from nicojs June 28, 2023 14:24
Copy link
Member

@nicojs nicojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Will merge it just before our next minor release (next week probably)

@nicojs nicojs added this to the 7.2 milestone Jun 28, 2023
"default": true
},
"reportMutants": {
"description": "Indicates whether or not to log all mutants.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Indicates whether or not to log all mutants.",
"description": "Indicates whether or not to log all (survived and no coverage) mutants.",

@nicojs nicojs merged commit 74bcc74 into stryker-mutator:master Oct 1, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add additional config options to clear-text reporter
4 participants