Skip to content

Commit 2b6faf8

Browse files
committed
chore(tests): skip sending coverage report
1 parent 8f8cadf commit 2b6faf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "npm run lint:code && npm run lint:commit",
1414
"test:jest": "rimraf build && tsc && jest -c jest.unit.config.js",
1515
"test:mocha": "rimraf build && tsc && mocha build/test/unit/mocha/test.*.js",
16-
"test:e2e": "rimraf build && tsc && jest -c jest.e2e.config.js --forceExit --runInBand --detectOpenHandles --coverage --coverageReporters=text-lcov | coveralls",
16+
"test:e2e": "rimraf build && tsc && jest -c jest.e2e.config.js --forceExit --runInBand --detectOpenHandles --coverage --coverageReporters=text-lcov",
1717
"lint:code": "tslint -c tslint.json -p tsconfig.json",
1818
"lint:commit": "echo \"module.exports = {extends: ['@commitlint/config-conventional']}\" > commitlint.config.js && commitlint . && rimraf commitlint.config.js"
1919
},

0 commit comments

Comments
 (0)