0.0.5 • Published 9 years ago

coverage-collector v0.0.5

Weekly downloads
1,236
License
APLv2
Repository
github
Last release
9 years ago

coverage-collector

a simple server for collection of code coverage objects

###Starting the server

    var collector=require('coverage-collector');
    collector({port:3001});

###Collecting data curl -X POST http://localhost:3001/data -H "Content-Type: application/json" -d '{"coverage":"object"}'

###Retrieving collected data curl -X GET http://localhost:3001/data returns [{"coverage":"object"}]

###Stopping the server curl -X GET http://localhost:3001/done

###Contributing If you have issues or you want to discuss other use cases, feel free to open an issue or send a pull request on github

0.0.5

9 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago