You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the upload of the code coverage to Scrutinizer
PHP 7 and HHVM are not able to generate code coverage on Travis. If
ocular is called in this case, it will report to Scrutinizer that the
code coverage has not been collected, which will cancel the scrutinizer
analysis if it is the first Travis job to finish (which is likely as
generating code coverage would slow down the other jobs).
0 commit comments