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

Avoid uploading code coverage to Scrutinizer for HHVM and PHP 7 #321

Merged
merged 1 commit into from
Aug 2, 2015

Conversation

stof
Copy link
Member

@stof stof commented Aug 2, 2015

PHP 7 and HHVM are not generating the code coverage data. Submitting to Scrutinizer in such case would notify it that there is no data, which would cancel the build in case it happens before another job succeeds and uploads the coverage.

this will avoid having all builds being cancelled on Scrutinizer.

PHP 7 and HHVM are not generating the code coverage data. Submitting to
Scrutinizer in such case would notify it that there is no data, which
would cancel the build in case it happens before another job succeeds
and uploads the coverage.
stof added a commit that referenced this pull request Aug 2, 2015
Avoid uploading code coverage to Scrutinizer for HHVM and PHP 7
@stof stof merged commit 1684863 into doctrine:master Aug 2, 2015
@stof stof deleted the fix_coverage branch August 2, 2015 23:50
@mikeSimonson
Copy link
Contributor

@stof Thanks, I was wondering were this issue was coming from.

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.

None yet

2 participants