feat: Add coverage reporting to test protocol

This commit is contained in:
Thomas A. Christensen II 2023-10-25 22:29:44 -05:00
parent 1f1a43fb20
commit 4499488e7d

View file

@ -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": {