-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Lines 103 to 108 in 8f6154a
const args = [ | |
'report', | |
'--report-dir', | |
reportDir, | |
'--temp-dir', | |
coverageFolder |
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
MoogyG, henryruhs, jrnail23, wesmangum, MadaraUchiha-314 and 4 more
Metadata
Metadata
Assignees
Labels
No labels