lcov-server

1.3.2 • Public • Published

lcov-server [docs][hosted]

🎯 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]

Commands:

    upload, --upload, -u [server ] Set the url to upload lcov data too (default: http://localhost:8080)
    serve, -s, --serve             Pass this option to startup a lcov-server instance
    version, -v, --version           output the version number
    help, -h, --help              output usage information

Options:

    db, -d, --db [db]           Set the db connection (default: mongodb://localhost:32768/lcov-server)
    parser, -p, --parser <parser>   Set the parser value [lcov, cobertura, golang, jacoco], defaults to lcov (default: lcov)
    basePath, -bp, --basePath <path>  The path that defines the base directory where the files that were covered will be located

Upload

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

Server

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

Readme

Keywords

none

Package Sidebar

Install

npm i lcov-server

Weekly Downloads

8

Version

1.3.2

License

Apache-2.0

Unpacked Size

1.36 MB

Total Files

22

Last publish

Collaborators

  • gabrielcsapo