mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +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(
|
||||
'which brew >/dev/null 2>&1 && brew environment --plain | grep PKG_CONFIG_LIBDIR | cut -d" " -f2',
|
||||
spawnSyncOptions
|
||||
).stdout || '';
|
||||
).stdout /* istanbul ignore next */ || '';
|
||||
return [
|
||||
brewPkgConfigPath.trim(),
|
||||
env.PKG_CONFIG_PATH,
|
||||
|
Loading…
x
Reference in New Issue
Block a user