Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
chore: adds nyc and a newer version of mocha to accurately report cov…
Browse files Browse the repository at this point in the history
…erage
  • Loading branch information
JaKXz authored and tmcw committed Aug 18, 2017
1 parent 6b210a8 commit d888200
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 90 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ node_modules
.idea
*.iml
coverage
.nyc_output
.cache
npm-debug.log
87 changes: 0 additions & 87 deletions Makefile.js

This file was deleted.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,20 @@
"dateformat": "^1.0.11",
"eslint": "^1.10.3",
"eslint-release": "^0.10.0",
"istanbul": "^0.4.1",
"linefix": "^0.1.1",
"mocha": "^2.3.3",
"mocha": "^3.4.2",
"npm-license": "^0.3.1",
"nyc": "^10.3.2",
"semver": "^5.0.3",
"shelljs": "^0.5.3",
"shelljs-nodecli": "^0.1.1",
"should": "^5.0.1"
},
"license": "Apache-2.0",
"scripts": {
"test": "npm run lint && node Makefile.js test",
"pretest": "npm run lint",
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib/",
"release": "eslint-release",
"ci-release": "eslint-ci-release",
Expand Down

0 comments on commit d888200

Please sign in to comment.