Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yiminghe/node-jscover-coveralls
a middleware to send coverage data on phantomjs by node-jscover to coveralls
https://github.com/yiminghe/node-jscover-coveralls
Last synced: 9 days ago
JSON representation
a middleware to send coverage data on phantomjs by node-jscover to coveralls
- Host: GitHub
- URL: https://github.com/yiminghe/node-jscover-coveralls
- Owner: yiminghe
- Created: 2014-08-12T10:19:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T08:13:10.000Z (about 9 years ago)
- Last Synced: 2024-08-09T08:58:24.360Z (3 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-jscover-coveralls
a middleware to send coverage data on phantomjs by node-jscover to coveralls
## example
``` javascript
var app = express();
app.use(express.bodyParser());
app.use(require('node-jscover-coveralls')({
base: '/code/lib/'
}));
```base is related to [node-jscover-handler](https://github.com/yiminghe/node-jscover-handler)'s paths config