Skip to content

Commit d127b9c

Browse files
ci: use lcovonly reporter for the test-ci script (#584)
Co-authored-by: Jon Church <[email protected]>
1 parent d0bf2be commit d127b9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
"scripts": {
4545
"lint": "eslint .",
4646
"test": "mocha --reporter spec --check-leaks test/",
47-
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
47+
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
48+
4849
"test-cov": "nyc --reporter=html --reporter=text npm test"
4950
}
5051
}

0 commit comments

Comments
 (0)