Skip to content

Commit 460ae00

Browse files
committed
chore(ci): Switch from coveralls to codecov
1 parent 2e42171 commit 460ae00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"chai-as-promised": "^5.1.0",
6060
"chai-datetime": "^1.4.0",
6161
"chai-spies": "^0.7.0",
62+
"codecov": "^1.0.1",
6263
"commander": "^2.6.0",
6364
"continuation-local-storage": "^3.1.4",
64-
"coveralls": "^2.11.9",
6565
"cross-env": "^2.0.1",
6666
"dox": "~0.9.0",
6767
"eslint": "^3.1.0",
@@ -130,7 +130,7 @@
130130
"cover-integration": "cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 60000 --ui tdd \"test/integration/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/integration.info')\"",
131131
"cover-unit": "cross-env COVERAGE=true node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -t 30000 --ui tdd \"test/unit/**/*.test.js\" && node -e \"require('fs').renameSync('coverage/lcov.info', 'coverage/unit.info')\"",
132132
"merge-coverage": "lcov-result-merger \"coverage/*.info\" \"coverage/lcov.info\"",
133-
"coveralls": "npm run cover && cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js && rimraf ./coverage",
133+
"ci-coverage": "npm run cover && codecov",
134134
"sscce": "docker-compose run sequelize /bin/sh -c \"node sscce.js\"",
135135
"sscce-mysql": "cross-env DIALECT=mysql npm run sscce",
136136
"sscce-postgres": "cross-env DIALECT=postgres npm run sscce",

0 commit comments

Comments
 (0)