https://github.com/rjeczalik/mcov
Merges coverage profiles gathered from subprocesses.
https://github.com/rjeczalik/mcov
coverage-report coverage-testing golang-package
Last synced: 12 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T18:40:00.000Z (over 8 years ago)
- Last Synced: 2024-12-27T09:29:55.558Z (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 [](https://godoc.org/github.com/rjeczalik/mcov) [](https://travis-ci.org/rjeczalik/mcov "linux_amd64") [](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.