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 code coverage reporting #256

Merged
merged 1 commit into from
Jan 7, 2019
Merged

Commits on Jan 7, 2019

  1. Fix code coverage reporting

    > [phpunit]
    > Error:         Incorrect whitelist config, no code coverage will be generated.
    
    Looks like somewhere along the way, the format for PHPUnit
    changed, however, it's not an error that produces a non-zero
    exit code, so I missed this.
    
    The ocular.phar command also prints an error, and also without
    non-zero exit code, hence making it hard to find when passing.
    
    > [ocular.phar]
    > Notifying that no code coverage data is available.
    Krinkle committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ad03d02 View commit details
    Browse the repository at this point in the history