Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/istanbul-example

istanbul example
https://github.com/popomore/istanbul-example

Last synced: about 2 months ago
JSON representation

istanbul example

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 coveralls

run test with `make test`, run coverage with `make coverage`