We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? No Sign in to your account
I have .nycrc file with some configuration:
.nycrc
{ "extends": "@istanbuljs/nyc-config-typescript", "all": true, "check-coverage": false, "report-dir": "cypress-coverage", "reporter": [ "text", "json" ] }
The problem is neither report-dir nor reporter options works, until I set up this configs into my package.json
report-dir
reporter
package.json
The text was updated successfully, but these errors were encountered:
Seems that I have the same problem, mine seems to ignore .nycrc.json. For me it seems as a anti-pattern even having such configs in package.json
.nycrc.json
Sorry, something went wrong.
I need to read JSON config files from https://github.com/istanbuljs/nyc#configuration-files
Right now we only read nyc from package.json, but should read and merge
nyc
🎉 This issue has been resolved in version 3.4.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
bahmutov
Successfully merging a pull request may close this issue.
I have
.nycrc
file with some configuration:The problem is neither
report-dir
norreporter
options works, until I set up this configs into mypackage.json
The text was updated successfully, but these errors were encountered: