Skip to content

Commit 9117b83

Browse files
committed
Tests: include missing coverage in summary
1 parent e307a53 commit 9117b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"index.d.ts"
99
],
1010
"scripts": {
11-
"test": "semistandard && nyc --reporter=lcov --check-coverage --branches=100 ava test/unit.js",
11+
"test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js",
1212
"bench": "node benchmark/detect-libc",
1313
"bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js"
1414
},

0 commit comments

Comments
 (0)