Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add temp-dir and report-dir to NYC configuration to set differen…
…t dir from cwd
  • Loading branch information
alecmestroni committed Aug 20, 2025
commit 4d903622cfbf080bb905560bc7f3652a5d024a01
2 changes: 2 additions & 0 deletions test-apps/all-files-cwd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"nyc": {
"all": true,
"cwd": "../all-files",
"temp-dir": ".nyc_output",
"report-dir": "cypress-coverage",
"include": "*.js"
},
"devDependencies": {
Expand Down