Skip to content

Commit

Permalink
Replace out of date coveralls-send with node-coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
bmomberger-bitovi committed Jun 7, 2022
1 parent 86a6c45 commit f653a2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -51,6 +51,7 @@
"browserify": "~16.1.1",
"comparify": "https://github.com/bitovi/comparify.git#master",
"connect": "^3.6.5",
"coveralls": "^3.1.1",
"cssify": "^1.0.3",
"istanbul": "^0.4.2",
"jquery": "^3.1.1",
Expand Down Expand Up @@ -91,7 +92,7 @@
"mocha": "mocha test/test.js",
"jshint": "jshint lib/ Gruntfile.js --config",
"coverage": "istanbul cover _mocha -- test/test --timeout 600000",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js",
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"preversion": "npm run jshint && npm run test:browser",
"postpublish": "git push --tags && git push",
"release:pre": "npm version prerelease && npm publish --tag pre",
Expand Down

0 comments on commit f653a2d

Please sign in to comment.