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(ignore static): allow to ignore static mutants #3284

Merged
merged 10 commits into from Jan 14, 2022
Merged

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Nov 29, 2021

Add support for --ignoreStatic. When ignoreStatic is enabled, static mutants are ignored (default is false, for now).

Static mutants can be expensive to test, depending on your use case. For example, 6% of mutants of @stryker-mutator/core are static, yet they take up > 50% of time executing tests.

Closes #3282

TODO:

  • Add docs

@nicojs nicojs marked this pull request as ready for review November 30, 2021 10:24
@nicojs nicojs changed the base branch from master to epic/esm December 4, 2021 11:52
@nicojs nicojs changed the title feat(ignoreStatic): allow to ignore static mutants feat(ignore static): allow to ignore static mutants Dec 4, 2021
@nicojs nicojs merged commit 75d9b79 into epic/esm Jan 14, 2022
@nicojs nicojs deleted the feat/ignore-static branch January 14, 2022 21:39
@nicojs nicojs mentioned this pull request Mar 2, 2022
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.

Support --ignoreStatic
1 participant