You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this will only allow us to lookup the .nycrc from the working directory. However, in the event you are using this from something that is not in the current working directory (like a CLI with predefined configs), we can't point the nyc runner to a different file location on disk to look for the rc file. My request is that an option be added that would allow me to pass in an nycrc path to get the rc file, and if none is passed use the default
The text was updated successfully, but these errors were encountered:
Also when using a monorepo (nrwl/nx) i have to put a package.json file into each e2e directory and switch into this directory before executing cypress. Otherwise the coverage reports of all apps gets mixed into one directory on the workspace root. I think some more streamlining for this use case would be beneficial.
code-coverage/task.js
Lines 103 to 108 in 8f6154a
Currently, this will only allow us to lookup the
.nycrc
from the working directory. However, in the event you are using this from something that is not in the current working directory (like a CLI with predefined configs), we can't point the nyc runner to a different file location on disk to look for the rc file. My request is that an option be added that would allow me to pass in annycrc
path to get the rc file, and if none is passed use the defaultThe text was updated successfully, but these errors were encountered: