Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjeczalik/mcov
Merges coverage profiles gathered from subprocesses.
https://github.com/rjeczalik/mcov
coverage-report coverage-testing golang-package
Last synced: about 2 months ago
JSON representation
Merges coverage profiles gathered from subprocesses.
- Host: GitHub
- URL: https://github.com/rjeczalik/mcov
- Owner: rjeczalik
- License: bsd-3-clause
- Created: 2017-01-08T12:18:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T18:40:00.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T10:15:47.978Z (6 months ago)
- Topics: coverage-report, coverage-testing, golang-package
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mcov [![GoDoc](https://godoc.org/github.com/rjeczalik/mcov?status.svg)](https://godoc.org/github.com/rjeczalik/mcov) [![Build Status](https://img.shields.io/travis/rjeczalik/mcov/master.svg)](https://travis-ci.org/rjeczalik/mcov "linux_amd64") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/mcov.svg)](https://ci.appveyor.com/project/rjeczalik/mcov "windows_amd64")
======Merges coverage profiles gathered from subprocesses.
*Documentation*
[godoc.org/github.com/rjeczalik/mcov](https://godoc.org/github.com/rjeczalik/mcov)
*Installation*
```
~ $ go get -u github.com/rjeczalik/mcov
```*Example*
See [the example package](./testdata/src/example) and [this test](./mcov_test.go#L14) for details.