Skip to content

Commit

Permalink
patching PR #118 due to some issues when building thru yogi
Browse files Browse the repository at this point in the history
  • Loading branch information
caridy committed Apr 15, 2014
1 parent 66334d6 commit 654e4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var buildCoverage = function (mod, name, callback) {
.coverage({
type: coverageType,
charset: 'utf8',
name: path.relative(shifter.cwd(), filePath)
name: 'build/' + fileName + '/' + fileName + '.js'
})
.replace(replaceOptions)
.check()
Expand Down

0 comments on commit 654e4a3

Please sign in to comment.