Skip to content

Commit

Permalink
test(coverage): fix coverage tests and reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Jan 31, 2021
1 parent aab01c8 commit 0e7a96d
Show file tree
Hide file tree
Showing 3 changed files with 2,514 additions and 32 deletions.
Empty file added coverage.lcov
Empty file.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@
},
"devDependencies": {
"@metamask/eslint-config": "^3.0.0",
"codecov": "^3.8.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"nyc": "^15.1.0",
"tap": "^14.11.0",
"tap-spec": "^5.0.0",
"tape": "^4.8.0"
},
"scripts": {
"lint": "eslint --ext .js .",
"test": "node test/index.js"
"test": "node test/index.js",
"coverage": "node test/index.js | ./node_modules/.bin/tap-spec",
"nyc": "nyc npm run test"
},
"license": "ISC",
"repository": {
Expand Down
Loading

0 comments on commit 0e7a96d

Please sign in to comment.