{"id":50556218,"url":"https://github.com/itsubaki/gocov","last_synced_at":"2026-06-04T07:03:52.029Z","repository":{"id":359539009,"uuid":"1243451406","full_name":"itsubaki/gocov","owner":"itsubaki","description":"Go coverage reporter","archived":false,"fork":false,"pushed_at":"2026-05-22T16:11:42.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T16:30:52.620Z","etag":null,"topics":["coverage"],"latest_commit_sha":null,"homepage":"https://itsubaki.github.io/gocov/","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/itsubaki.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-19T10:59:31.000Z","updated_at":"2026-05-22T16:11:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/itsubaki/gocov","commit_stats":null,"previous_names":["itsubaki/gocov"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/itsubaki/gocov","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fgocov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fgocov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fgocov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fgocov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsubaki","download_url":"https://codeload.github.com/itsubaki/gocov/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fgocov/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33893361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"],"created_at":"2026-06-04T07:03:51.035Z","updated_at":"2026-06-04T07:03:52.021Z","avatar_url":"https://github.com/itsubaki.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gocov\n\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/itsubaki/gocov)](https://pkg.go.dev/github.com/itsubaki/gocov)\n[![Go Report Card](https://goreportcard.com/badge/github.com/itsubaki/gocov?style=flat-square)](https://goreportcard.com/report/github.com/itsubaki/gocov)\n[![tests](https://github.com/itsubaki/gocov/workflows/tests/badge.svg)](https://github.com/itsubaki/gocov/actions)\n[![coverage](https://itsubaki.github.io/gocov/coverage.svg)](https://itsubaki.github.io/gocov/)\n\n`gocov` turns a Go coverage profile into a rich, local HTML report. Run it from the root of the Go repository that produced the profile:\n\n```sh\ngo test -coverprofile=coverage.txt -covermode=atomic\ngocov -f coverage.txt\n```\n\nBy default it writes `coverage.html` in the current directory.\n\n## Installation\n\n```sh\ngo install github.com/itsubaki/gocov@latest\n```\n\n## Usage\n\n```sh\ngocov -f coverage.txt -o coverage.html\n```\n\nFlags:\n\n- `-f`: path to a Go coverage profile, usually created by `go test ./... -coverprofile=coverage.txt`\n- `-o`: output path for the generated HTML report\n- `-root`: Go repository root; defaults to the current directory\n\nThe report is a single self-contained HTML file with summary charts, a hierarchical directory coverage pie weighted by coverable lines, directory bars, searchable file navigation, and line-level coverage highlighting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsubaki%2Fgocov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsubaki%2Fgocov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsubaki%2Fgocov/lists"}