mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Tests: ignore a branch for coverage check
This commit is contained in:
parent
2d49f0e93e
commit
3400976d61
@ -94,7 +94,7 @@ const pkgConfigPath = function () {
|
|||||||
const brewPkgConfigPath = spawnSync(
|
const brewPkgConfigPath = spawnSync(
|
||||||
'which brew >/dev/null 2>&1 && brew environment --plain | grep PKG_CONFIG_LIBDIR | cut -d" " -f2',
|
'which brew >/dev/null 2>&1 && brew environment --plain | grep PKG_CONFIG_LIBDIR | cut -d" " -f2',
|
||||||
spawnSyncOptions
|
spawnSyncOptions
|
||||||
).stdout || '';
|
).stdout /* istanbul ignore next */ || '';
|
||||||
return [
|
return [
|
||||||
brewPkgConfigPath.trim(),
|
brewPkgConfigPath.trim(),
|
||||||
env.PKG_CONFIG_PATH,
|
env.PKG_CONFIG_PATH,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user