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

Commit

Permalink
adds coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
BendingBender committed Oct 14, 2016
1 parent b74c3c3 commit 2fcfbf4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"description": "Custom rules for tslint",
"main": "tslint.json",
"scripts": {
"ci": "npm run cover && npm run lint",
"ci": "npm run cover && npm run coveralls && npm run lint",
"clean": "rimraf build coverage",
"coveralls": "cat coverage/lcov.info | coveralls",
"precover": "npm run build:clean",
"cover": "istanbul cover runTests.js -- --coverage && istanbul report",
"build": "tsc -p tsconfig.json",
Expand All @@ -30,6 +31,7 @@
"homepage": "https://github.com/BendingBender/tslint-rules#readme",
"devDependencies": {
"@types/node": "^6.0.45",
"coveralls": "^2.11.14",
"glob": "^7.1.1",
"istanbul": "^0.4.5",
"rimraf": "^2.5.4",
Expand Down

0 comments on commit 2fcfbf4

Please sign in to comment.