Skip to content

Commit

Permalink
pegging coveralls version to test change in reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Mar 13, 2017
1 parent ef23120 commit 818896e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "npm run lint && npm run coverage",
"lint": "standard",
"unit": "ava --verbose --serial",
"coverage": "nyc --check-coverage --statements 100 ava --verbose --serial",
"coverage": "nyc --check-coverage --branches 100 ava --verbose --serial",
"lcov": "nyc --reporter lcov ava --serial",
"docs": "node scripts/docs.js",
"coveralls": "npm run lcov && cat ./coverage/lcov.info | coveralls"
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "^2.11.11",
"coveralls": "2.11.11",
"dox": "^0.8.1",
"nyc": "^7.0.0",
"sinon": "^1.17.4",
Expand Down

0 comments on commit 818896e

Please sign in to comment.