
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
coverage-collector
Advanced tools
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
FAQs
A simple server for collecting code coverage objects
The npm package coverage-collector receives a total of 437 weekly downloads. As such, coverage-collector popularity was classified as not popular.
We found that coverage-collector demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.