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 build #13

Merged
merged 2 commits into from
Oct 22, 2018
Merged

Fix build #13

merged 2 commits into from
Oct 22, 2018

Conversation

lcobucci
Copy link
Member

No description provided.

@lcobucci lcobucci added the Improvement Improvement of existing feature label Oct 22, 2018
@lcobucci lcobucci self-assigned this Oct 22, 2018
@lcobucci lcobucci merged commit 16216e6 into master Oct 22, 2018
@lcobucci lcobucci deleted the fix-build branch October 22, 2018 13:06
@@ -51,4 +51,4 @@ jobs:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{.disabled,}
- if [[ ! $(php -m | grep -si xdebug) ]]; then echo "xdebug required for mutation tests"; exit 1; fi
script:
- ./vendor/bin/infection --test-framework-options='--testsuite=unit' --threads=4 --min-msi=8 --min-covered-msi=100
- ./vendor/bin/infection --test-framework-options='--testsuite=unit' --threads=$(nproc) --min-msi=7 --min-covered-msi=100

Choose a reason for hiding this comment

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

Why lower the min-msi?

Copy link
Member Author

@lcobucci lcobucci Oct 22, 2018

Choose a reason for hiding this comment

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

Because adding (array) increases the number of generated mutations and we have no tests covering this area. Probably using assert() is a more sensible solution but I'd delegate that refactor to #5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants