lcov-server docs

🎯 A simple lcov server & cli parser

Npm Version Build Status Coverage Status Dependency Status devDependency Status npm npm

What is this?

It's a lcov server! It stores lcov reports and categorizes them based on their origin repo.

Prerequisites

  • mongodb installed
  • nodejs installed

Install

npm install lcov-server -g

Usage

Usage: lcov-server [options]


Options:

    -V, --version           output the version number
    -u, --upload [server]   Set the url to upload lcov data too
    -s, --serve             Pass this option to startup a lcov-server instance
    -d, --db [db]           Set the db connection
    -p, --parser <parser>   Set the parser value [lcov, cobertura, golang, jacoco], defaults to lcov
    -bp, --basePath <path>  The path that defines the base directory where the files that were covered will be located
    -h, --help              output usage information

Upload

tap test --coverage-report=text-lcov | lcov-server --upload http://...

Server

lcov-server --serve --db mongodb://localhost:32768/lcov-server