Skip to content

Commit

Permalink
test: disable coverage in recursively-called tap
Browse files Browse the repository at this point in the history
PR-URL: npm/npm#12550
Credit: @othiym23
Reviewed-By: @iarna
  • Loading branch information
othiym23 authored and iarna committed May 13, 2016
1 parent 6699aa5 commit 3ea7ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function runTests () {
env: env,
stdio: 'inherit'
}
common.npm(['test', '--', '-Rtap'], opts, function (err, code) {
common.npm(['test', '--', '-Rtap', '--no-coverage'], opts, function (err, code) {
if (err) { throw err }
if (code) {
return test('need test to work', function (t) {
Expand Down

0 comments on commit 3ea7ebe

Please sign in to comment.