We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Imagine a repo structure like this
root/ app/ index.js cypress/ integration/ spec.js package.json
The user instruments the application in "app" folder with command like
nyc instrument --compact false --in-place --cwd app .
Need to make sure the output JSON and reports are not empty