diff --git a/.nycrc.json b/.nycrc.json index ad4119a..efb5dc9 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -3,6 +3,6 @@ "reporter": ["text", "nyc-report-lcov-absolute"], "showProcessTree": true, "clean": true, - "tempDirectory": "./coverage", + "tempDirectory": "../coverage", "useSpawnWrap": false }