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
Now the path to .nyc_output is not configurable. Is it possible to add support for this? For example if I need to generate raw data to the different path. Example /user/home/project/folder/.nyc_output
The text was updated successfully, but these errors were encountered:
Also we need to customize path in report, because coverage simply not working with wrong paths.
For example I need to replace .nyc_output/js -> dist in my report with this dirty hack:
sed -i 's/.nyc_output\\/js/dist/g' .nyc_output/out.json && nyc report --reporter=lcov
Now the path to .nyc_output is not configurable. Is it possible to add support for this? For example if I need to generate raw data to the different path. Example /user/home/project/folder/.nyc_output
The text was updated successfully, but these errors were encountered: