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` as ```json { "nyc": { "tempDirectory": "./coverage/.nyc_output", ... } ... } ```
In the latest version the
tempDirectoryis ignored and the.nyc_outputis simply placed top level.This used to work fine when defined in
package.jsonas{ "nyc": { "tempDirectory": "./coverage/.nyc_output", ... } ... }