humanmade / plugin-tester

Simple Docker image for running unit tests for WordPress plugins
21 stars 2 forks source link

Make pcov coverage work #3

Closed rmccue closed 4 years ago

rmccue commented 4 years ago

Adds necessary extensions to make pcov work for coverage. (n.b. xmlwriter may not be technically required, think it depends on what format you output as)

Requires installing https://github.com/krakjoe/pcov-clobber via require-ext, but will run it for you automatically.