-
Notifications
You must be signed in to change notification settings - Fork 250
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
Stryker Equality ignore once not working #3812
Comments
|
😍
Well, having it end up in the report itself is nice, but a lot of work. I was thinking more along the lines of a warning message being logged. What do you think about this message? "Unused 'Stryker disable' directive. Mutator with name 'Equality' was not found. Directive found at: src/foo:23:1"
Yeah, introducing a new status is a lot of work and is technically a breaking change. We should be hesitant to add new.
Wow yes, definitely. Like the HTML reporter does? Feel free to open an issue for that 😍. You might even be able to share code between mutation-testing-elements (or mutation-testing-metrics) and Stryker, but at least you will be able to copy the code: https://github.com/stryker-mutator/mutation-testing-elements/blob/8702f65404bb05aa90d5b9f3d134312d91cd4cd9/packages/elements/src/lib/code-helpers.ts#L320 |
I'll stash the changes for adding them to the report itself, though it does not differ to much from logging it as a warning. It works, but perhaps I made it to difficult so I would love some feedback on it. I'll open the PR for it.
Sounds good to me.
👍 I'll write an issue for it. Not sure what exactly you mean with like the HTML reporter does? I assume that you get a clickable preview of the mutation but in this case a suggestion with a close match? |
Stryker Version:
The text was updated successfully, but these errors were encountered: