mirror of
https://github.com/lovell/sharp.git
synced 2026-02-07 15:16:17 +01:00
Tests: ignore a branch for coverage check
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user