mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-13 17:14:42 +07:00
Show xdebug.mode=coverage log for Xdebug 3.0
This commit is contained in:
@ -19,9 +19,11 @@ export async function addCoverageXdebug(
|
||||
const xdebug =
|
||||
(await extensions.addExtension(extension, version, os_version, true)) +
|
||||
pipe;
|
||||
const ini =
|
||||
(await config.addINIValues('xdebug.mode=coverage', os_version, true)) +
|
||||
pipe;
|
||||
const ini = await config.addINIValues(
|
||||
'xdebug.mode=coverage',
|
||||
os_version,
|
||||
true
|
||||
);
|
||||
const log = await utils.addLog(
|
||||
'$tick',
|
||||
extension,
|
||||
|
Reference in New Issue
Block a user