Skip to content

Commit

Permalink
ci: Track code coverage in the TypeScript files
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 1, 2016
1 parent 2dba5e3 commit e6d41be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"prepublish": "npm run build",
"test": "mocha --opts test/mocha.opts dist/test",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts test/mocha.opts dist/test",
"postcoverage": "npm run coverage:remap:lcov",
"coverage:remap:lcov": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-ts.json",
"coverage:remap:json": "remap-istanbul -i coverage/coverage.json -o coverage/lcov.info -t lcovonly",
"coverage:remap:html": "remap-istanbul -i coverage/coverage.json -o coverage/report -t html",
"lint": "tslint lib/",
"git:stash": "git stash",
"git:stash:pop": "git stash pop",
Expand Down Expand Up @@ -73,6 +77,7 @@
"coveralls": "^2.11.8",
"istanbul": "~0.4.3",
"mocha": "^2.5.3",
"remap-istanbul": "^0.6.4",
"tslint": "^3.5.0",
"typedoc": "~0.4.2",
"typescript": "~2.0.0"
Expand Down

0 comments on commit e6d41be

Please sign in to comment.