Tests: ignore a branch for coverage check

This commit is contained in:
Lovell Fuller 2022-09-27 14:10:49 +01:00
parent 2d49f0e93e
commit 3400976d61

View File

@ -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,