Skip to content

phpunit: Speed up code coverage calculation #221

@JDGrimes

Description

@JDGrimes

We used to run this on HHVM, which would complete in about 12 minutes. Because we dropped HHVM (see #219), we switched it to run on PHP 7.0 instead. However, it takes more than 40 minutes, causing the build to error since the maximum run time is exceeded.

Perhaps we could run this on 7.1, and that would be faster, or there is some configuration option that can speed this up. Otherwise I think that we might want to bring HHVM back just to run the code coverage checks.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions