Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/istanbul-example
istanbul example
https://github.com/popomore/istanbul-example
Last synced: about 2 months ago
JSON representation
istanbul example
- Host: GitHub
- URL: https://github.com/popomore/istanbul-example
- Owner: popomore
- Created: 2014-03-07T12:55:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T13:33:29.000Z (almost 11 years ago)
- Last Synced: 2024-10-16T05:21:08.954Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Istanbul Example
---
## Introduction
use istanbul for coverage
- test with mocha, should.js
- support travis, see [result](https://travis-ci.org/popomore/istanbul-example/builds)
- support coverallsrun test with `make test`, run coverage with `make coverage`