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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “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? Sign in to your account
I am trying to add code-coverage to my project.
"scripts" :
"coverage": "./node_modules/istanbul/lib/cli cover _mocha test/index.js", "report-coverage": "cat ./coverage/lcov.info | coveralls", "check-coverage": "istanbul check-coverage --statements 70 --branches 70 --functions 70 --lines 70",
Below is the /coverage folder, but according to the scripts ./coverage/lcov.info throws an error saying no such file/dir found
/coverage
./coverage/lcov.info
no such file/dir found
@nickmerwin How should I add a script to send the browser specific lcov files ?
lcov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to add code-coverage to my project.
"scripts" :
Below is the
/coverage
folder, but according to the scripts./coverage/lcov.info
throws an error sayingno such file/dir found
@nickmerwin How should I add a script to send the browser specific
lcov
files ?The text was updated successfully, but these errors were encountered: