Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added fix for #181 but without any changes to test #183

Closed

Conversation

dotnetCarpenter
Copy link
Contributor

Hi @isaacs
Concluding that my first assumption is correct. Patch #182 is working as is

@isaacs
Copy link
Member

isaacs commented Nov 18, 2015

Hey, @dotnetCarpenter, sorry for the delay on this. I haven't forgotten about it, just haven't found time to review carefully. Since it's doing some interesting juggling with streams and child procs, I want to make sure I understand all the moving parts before merging, even if it seems to be working properly.

@dotnetCarpenter
Copy link
Contributor Author

@isaacs in short; only the services array is new and I wrapped line 244-260 in @evanlucas commit in a forEach and deleted some stuff that is now redundant or not needed.

@@ -59,8 +59,6 @@ var coverage = pipeToService
var coverageReport

var nycBin = require.resolve('nyc/bin/nyc.js')
var coverallsBin = require.resolve('coveralls/bin/coveralls.js')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redundant, since the introduction of the services array

@dotnetCarpenter
Copy link
Contributor Author

@isaacs I hope I answered your question with my last (updated) comment. If not, then please ask again, so I can clarify.

@isaacs
Copy link
Member

isaacs commented Dec 31, 2015

Finally got around to landing this, with some updates so that it would work when running tap's tests with coverage turned on. (The double-wrap weirdness was making it fail strangely.)

@isaacs isaacs closed this Dec 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants