Skip to content

Commit

Permalink
ci: use lcovonly reporter for the test-ci script (#584)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Church <[email protected]>
  • Loading branch information
Phillip9587 and jonchurch authored Feb 19, 2025
1 parent d0bf2be commit d127b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec --check-leaks test/",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",

"test-cov": "nyc --reporter=html --reporter=text npm test"
}
}

0 comments on commit d127b9c

Please sign in to comment.