Skip to content

Choose a tag to compare

@shivammathur shivammathur released this 05 Oct 10:17
7e81c05

New option to disable coverage drivers
specifying coverage: none will disable Xdebug and PCOV if enabled.

Example

uses: shivammathur/setup-php@master
with:
  php-version: 7.3
  coverage: none