Skip to content

Commit

Permalink
chore: upgrade to nyc for test coverage (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamann committed Apr 10, 2022
1 parent 080624a commit 60c99cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,5 +10,6 @@ node_modules/
node_modules/*
npm-debug.log
coverage
.nyc_output/
package-lock.json
package-lock.json
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,14 +27,14 @@
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "^7.0.0",
"istanbul": "^0.4.5",
"nconf-yaml": "^1.0.2",
"nyc": "^15.1.0",
"vows": "^0.8.3"
},
"main": "./lib/nconf",
"scripts": {
"test": "vows test/*-test.js test/**/*-test.js --spec",
"cover": "istanbul cover vows -- test/*-test.js test/**/*-test.js --spec",
"cover": "nyc --reporter=lcov npm test",
"coveralls": "cat coverage/lcov.info | coveralls",
"lint": "eslint ."
},
Expand Down

0 comments on commit 60c99cd

Please sign in to comment.