{"id":15639271,"url":"https://github.com/haya14busa/goverage","last_synced_at":"2025-10-17T08:14:31.574Z","repository":{"id":43619839,"uuid":"71532849","full_name":"haya14busa/goverage","owner":"haya14busa","description":"go test -coverprofile for multiple packages","archived":false,"fork":false,"pushed_at":"2020-03-08T00:35:25.000Z","size":37,"stargazers_count":88,"open_issues_count":8,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T03:14:08.647Z","etag":null,"topics":["coverage","go","golang","test"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haya14busa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-21T05:29:32.000Z","updated_at":"2024-07-02T07:39:48.000Z","dependencies_parsed_at":"2022-09-26T17:50:40.307Z","dependency_job_id":null,"html_url":"https://github.com/haya14busa/goverage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haya14busa%2Fgoverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haya14busa%2Fgoverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haya14busa%2Fgoverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haya14busa%2Fgoverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haya14busa","download_url":"https://codeload.github.com/haya14busa/goverage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248813802,"owners_count":21165634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coverage","go","golang","test"],"created_at":"2024-10-03T11:25:13.839Z","updated_at":"2025-10-17T08:14:26.542Z","avatar_url":"https://github.com/haya14busa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## goverage - go test -coverprofile for multiple packages\n\n[![CircleCI](https://circleci.com/gh/haya14busa/goverage.svg?style=svg)](https://circleci.com/gh/haya14busa/goverage)\n[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nThe solution of https://github.com/golang/go/issues/6909 with one binary.\n\n## Installation\n\n```\ngo get -u github.com/haya14busa/goverage\n```\n\n## Usage\n\n```\nUsage:  goverage [flags] -coverprofile=coverage.out packages\n\nFlags:\n  -covermode string\n        sent as covermode argument to go test\n  -coverprofile string\n        Write a coverage profile to the file after all tests have passed\n  -cpu string\n        sent as cpu argument to go test\n  -go-binary\n        An alternative 'go' binary to run the tests, for example to use 'richgo' for\n        more human-friendly output.\n  -parallel string\n        sent as parallel argument to go test\n  -race\n        enable data race detection\n  -short\n        sent as short argument to go test\n  -timeout string\n        sent as timeout argument to go test\n  -v    sent as v argument to go test\n```\n\n```\n$ goverage -v -coverprofile=coverage.out ./...\n$ go tool cover -html=coverage.out\n```\n\n### :bird: Author\nhaya14busa (https://github.com/haya14busa)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaya14busa%2Fgoverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaya14busa%2Fgoverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaya14busa%2Fgoverage/lists"}