Skip to content

Commit

Permalink
ci: Fix coverage remapping for lcov and json
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Aug 1, 2016
1 parent 1f89416 commit e850d5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"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:lcov": "remap-istanbul -i coverage/coverage.json -o coverage/lcov.info -t lcovonly",
"coverage:remap:json": "remap-istanbul -i coverage/coverage.json -o coverage/coverage-ts.json",
"coverage:remap:html": "remap-istanbul -i coverage/coverage.json -o coverage/report -t html",
"lint": "tslint lib/",
"git:stash": "git stash",
Expand Down

0 comments on commit e850d5d

Please sign in to comment.