i user this command:
set CODACY_PROJECT_TOKEN=my_token&& istanbul cover --report lcov node_modules/mocha/bin/_mocha -- -r babel-register -r ./test_helper.js \"test/**/*@(.js|.jsx)\"
Then i take passed in all test case but "No coverage information was collected" is show.
I have no idea to fix it. can you help me?