We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
In the latest version the tempDirectory is ignored and the .nyc_output is simply placed top level.
tempDirectory
.nyc_output
This used to work fine when defined in package.json as
package.json
{ "nyc": { "tempDirectory": "./coverage/.nyc_output", ... } ... }
The text was updated successfully, but these errors were encountered:
So apparently this was renamed. I consider this a breaking change...?!
Sorry, something went wrong.
Pending investigation but this appears to be a newly introduced bug.
28b6d09
No branches or pull requests
In the latest version the
tempDirectory
is ignored and the.nyc_output
is simply placed top level.This used to work fine when defined in
package.json
asThe text was updated successfully, but these errors were encountered: