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
Using babel messes up some branch-coverage spans in coverage report:
nyc --reporter=lcov mocha without --compilers js:babel-register
nyc --reporter=lcov mocha
--compilers js:babel-register
nyc --reporter=lcov mocha with --compilers js:babel-register
repro: https://github.com/laggingreflex/nyc-branch-test
node v7 npm v3 win10
The text was updated successfully, but these errors were encountered:
ah nm, dupe #501.
Sorry, something went wrong.
fix: add config values to hash salt (#988)
7ac325d
Fixes #522
No branches or pull requests
Please use the template provided below, when reporting bugs:
Using babel messes up some branch-coverage spans in coverage report:
Expected Behavior
nyc --reporter=lcov mocha
without--compilers js:babel-register
Observed Behavior
nyc --reporter=lcov mocha
with--compilers js:babel-register
Bonus Points! Code (or Repository) that Reproduces Issue
repro: https://github.com/laggingreflex/nyc-branch-test
Forensic Information
node v7 npm v3 win10
The text was updated successfully, but these errors were encountered: