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 getting unkown summary for any Mocha test script. I am not getting any report as well
The text was updated successfully, but these errors were encountered:
Found, related to this sindresorhus/gulp-mocha#159
Downgrading gulp-mocha to 3.1.0 solves.
Sorry, something went wrong.
But i am getting below error, but my coverage getting generated properly
coverage demo √ A sample coverage
2 passing (8ms)
[07:10:32] 'coverage' errored after 1.96 s [07:10:32] Error in plugin 'gulp-jsx-coverage' Message: lines coverage 86.67% is lower than threshold 90%!
ya you specify the coverage should over 90% but you only get 86.67% so it reports error. You may lower the threshold in your configuration.
No branches or pull requests
I am getting unkown summary for any Mocha test script. I am not getting any report as well
=============================== Coverage summary ===============================
Statements : Unknown% ( 0/0 )
Branches : Unknown% ( 0/0 )
Functions : Unknown% ( 0/0 )
Lines : Unknown% ( 0/0 )
The text was updated successfully, but these errors were encountered: