Skip to content
New issue

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

Reporting Browser specific lcov.info doesn't happen. #209

Open
CodHeK opened this issue Feb 19, 2019 · 0 comments
Open

Reporting Browser specific lcov.info doesn't happen. #209

CodHeK opened this issue Feb 19, 2019 · 0 comments

Comments

@CodHeK
Copy link

CodHeK commented Feb 19, 2019

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

screenshot 2019-02-19 at 12 27 32 pm

@nickmerwin How should I add a script to send the browser specific lcov files ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant