From 3400976d61c9ac6e9e50b7cd7235cac2f0bad855 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 27 Sep 2022 14:10:49 +0100 Subject: [PATCH] Tests: ignore a branch for coverage check --- lib/libvips.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libvips.js b/lib/libvips.js index b422e74c..4bd293da 100644 --- a/lib/libvips.js +++ b/lib/libvips.js @@ -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,