lcov-server
🎯 A simple lcov server & cli parser
What is this?
It is a lcov server! It stores lcov reports and categorizes them based on their origin repo.
Prerequisites
mongodb
installednodejs
installed
Install
npm install lcov-server -g
Usage
cli
tap test --coverage-report=text-lcov | lcov-server-cli
cli:help
Usage: lcov-server-cli [options]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --url [db] Set the url to upload lcov data too
server
lcov-server
server:help
Usage: lcov-server [options]
Options:
-h, --help output usage information
-V, --version output the version number
-d, --db Set the db connection