Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yields/instrument
in-browser code coverage instrumentation
https://github.com/yields/instrument
Last synced: 2 months ago
JSON representation
in-browser code coverage instrumentation
- Host: GitHub
- URL: https://github.com/yields/instrument
- Owner: yields
- Created: 2013-11-30T00:59:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T09:34:44.000Z (over 10 years ago)
- Last Synced: 2024-10-19T21:46:52.393Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# coverage
in-browser code coverage instrumentation
## Installation
Install with [component(1)](http://component.io):
$ component install yields/instrument
### Example
```js
var cov = instrument('my-component');
```## License
MIT