From 4499488e7d5359a1f00ab73184d5b518f82965cf Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:29:44 -0500 Subject: [PATCH] feat: Add coverage reporting to test protocol --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ee060d..4ce9b3e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "eslint {src,test}/**/*.ts", "lint:fix": "eslint --fix {src,test}/**/*.ts", "package": "ncc build --source-map --license LICENSE", - "test": "ava", + "test": "c8 --reporter=lcov ava", "all": "npm run build && npm run format && npm run lint && npm run package && npm test" }, "repository": {