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

fix(since): Retest all mutants covered by tests for which we cannot determine the filepath #2753

Conversation

MischaVreeburg
Copy link
Contributor

@MischaVreeburg MischaVreeburg commented Nov 3, 2023

All covering unit tests that don't have a TestFilePath are marked as pending.

Added shortcircuit for mutants having no covering tests

fix #2752

Mischa Vreeburg and others added 2 commits November 3, 2023 16:40
…pending.

Added shortcircuit for mutants having no covering tests
@rouke-broersma rouke-broersma changed the title SinceMutantFilter marks covering unit tests without TestFilePath as pending fix: SinceMutantFilter marks covering unit tests without TestFilePath as pending Jun 7, 2024
@rouke-broersma rouke-broersma changed the title fix: SinceMutantFilter marks covering unit tests without TestFilePath as pending fix(since): Retest all mutants covered by tests for which we cannot determine the filepath Jun 7, 2024
@rouke-broersma rouke-broersma enabled auto-merge (squash) June 7, 2024 14:19
@rouke-broersma
Copy link
Member

Thank you for this fix and my apologies for not getting around to this for so long 🙏

@rouke-broersma rouke-broersma merged commit c68c46c into stryker-mutator:master Jun 7, 2024
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.

The SinceMutantFilter does not mark the unit test as changed if for any reason the TestFilePath is empty
2 participants