Skip to content

Commit

Permalink
feat: resolve istanbul path for coffee (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
popomore authored Aug 19, 2016
1 parent f8caea1 commit 147add8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cov_command.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ class CovCommand extends Command {
yield this.helper.checkDeps();

const covFile = require.resolve('istanbul/lib/cli.js');
// resolve istanbul path for coffee
/* istanbul ignore next */
process.env.istanbul_bin_path = covFile;
const opt = {
env: process.env,
};
Expand Down

0 comments on commit 147add8

Please sign in to comment.