1.3.2 • Published 5 years ago

lcov-server v1.3.2

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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
1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago