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 ]