-
-
Notifications
You must be signed in to change notification settings - Fork 359
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
Running nyc on child processes within child processes? #202
Comments
@ben-eb I cloned https://github.com/postcss/postcss-selector-parser, saved your script as
Which repo were you trying with? (I tried with |
Was trying this out in a separate repo. That's good enough for me, thanks for your help. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to find a solution to avajs/ava#604 (comment), where I want to be able to run AVA on each test file serially and output a global code coverage. I've got the start of a simple runner here:
This works great for running AVA on each file separately but it means that code coverage for the tests themselves are swallowed as nyc instruments the batch-ava command instead.
Does anyone know a workaround for this issue?
The text was updated successfully, but these errors were encountered: