1.0.6-0 • Published 6 years ago

v8codecov v1.0.6-0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

v8codecov

v8codecov is a tool to extract JSON Objects for V8 Code Coverage for JS and CSS. Chrome DevTools Protocol Viewer APIs are used for the same.

v8codecov takes your website name as input and throws correspoding V8 Code Coverage Objects for JS and CSS.

Example usage

var codecov = require('v8codecov');
codecov('https://news.ycombinator.com');

Update! (10th Feb, 2018) : Functioning correctly now. Dependency issue resolved.

Issues and PRs welcome 🤗(on Github).