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 measuring my progress in porting this module into rust by the amount to code coverage I see...
That is compared to this module.
It is a simple change to the package.json file have a new test script, So that when I run
npm run coverage
I see this appended to the usual test result.
-------------------|---------|----------|---------|---------|------------------------ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------|---------|----------|---------|---------|------------------------ All files | 93.85 | 72.02 | 98.75 | 96.39 | d3-geo-voronoi.js | 93.85 | 72.02 | 98.75 | 96.39 | 31,300-315,474,489,495 -------------------|---------|----------|---------|---------|------------------------
Its adds a new dependancy 'nyc' but it is a popular module with over a million weekly download https://www.npmjs.com/package/nyc
I am about to generate a PR.
The text was updated successfully, but these errors were encountered:
Add code coverage Fil#32
d677761
No branches or pull requests
I am measuring my progress in porting this module into rust by the amount to code coverage I see...
That is compared to this module.
It is a simple change to the package.json file have a new test script, So that when I run
npm run coverage
I see this appended to the usual test result.
Its adds a new dependancy 'nyc' but it is a popular module with over a million weekly download
https://www.npmjs.com/package/nyc
I am about to generate a PR.
The text was updated successfully, but these errors were encountered: