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

feat(clear-text-reporter): Adds a "skipFull" option #4875

Merged
merged 7 commits into from
Aug 3, 2024

Conversation

sebiniemann
Copy link
Contributor

@sebiniemann sebiniemann commented May 13, 2024

Resolves #4690

I wasn't sure where you wanted these changes, so I've tried to be minimally invasive while covering everything mentioned in the issue:

  • Excluding files with a 100% score
  • Skipping "All files"
  • Omitting the entire table if all files achieve a 100% score

Hopefully all pipeline tests and validations proceed smoothly, but we'll see how it goes :)

Corrected an oversight in the newly added test case and added another one, to ensure that the report is skipped when each file has reached a score of 100%.
@sebiniemann sebiniemann changed the title Adds a "skipFull" option to the clearTextReporter feat(clear-text-reporter): Adds a "skipFull" option May 13, 2024
@nicojs nicojs enabled auto-merge (squash) August 3, 2024 10:55
@nicojs nicojs merged commit da213ad into stryker-mutator:master Aug 3, 2024
7 checks passed
@nicojs
Copy link
Member

nicojs commented Aug 6, 2024

Thanks, @sebiniemann. I'm sorry it took me so long to merge it. Fixed some issues and merged it.

@sebiniemann
Copy link
Contributor Author

sebiniemann commented Aug 11, 2024

Thanks, @sebiniemann. I'm sorry it took me so long to merge it. Fixed some issues and merged it.

@nicojs Many thanks for that, and I can fully understand if it takes longer, especially when it's voluntary work on free and open source software. A big thank you for your work on this great project.

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.

Excluding files with 100% coverage from the clearTextReporter
2 participants