From 566e621751e26161ffc276cc3ad4229e1d52b3d9 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 15 May 2023 17:32:14 +0200 Subject: [PATCH] node-print: lint --- node-print/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-print/APKBUILD b/node-print/APKBUILD index c88696c..fa089fb 100644 --- a/node-print/APKBUILD +++ b/node-print/APKBUILD @@ -17,7 +17,7 @@ builddir="$srcdir" check() { node --experimental-test-coverage --test > output.txt - + # ensure coverage local cov_lines="$(grep -F index.js output.txt | cut -d' ' -f4 | cut -d. -f1)" [ "$cov_lines" -gt 90 ]