{"id":25014298,"url":"https://github.com/gregoryv/uncover","last_synced_at":"2025-07-03T18:08:54.379Z","repository":{"id":49768515,"uuid":"124342354","full_name":"gregoryv/uncover","owner":"gregoryv","description":"Generate coverage reports from cover profiles","archived":false,"fork":false,"pushed_at":"2024-08-24T05:53:25.000Z","size":240,"stargazers_count":25,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-19T22:46:18.858Z","etag":null,"topics":["coverage","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/gregoryv.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license.txt","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}},"created_at":"2018-03-08T05:37:40.000Z","updated_at":"2025-04-14T23:27:29.000Z","dependencies_parsed_at":"2024-06-21T04:16:44.600Z","dependency_job_id":"f240675e-3185-4bea-8eba-ea04434e03b8","html_url":"https://github.com/gregoryv/uncover","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gregoryv/uncover","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Funcover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Funcover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Funcover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Funcover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gregoryv","download_url":"https://codeload.github.com/gregoryv/uncover/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gregoryv%2Funcover/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263375220,"owners_count":23457316,"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","golang","test"],"created_at":"2025-02-05T07:19:01.482Z","updated_at":"2025-07-03T18:08:53.404Z","avatar_url":"https://github.com/gregoryv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[uncover](https://pkg.go.dev/github.com/gregoryv/uncover) - Generate coverage reports from coverprofiles\n\nGenerates colorized coverage report to stdout of uncovered funcs.\nSource originates from the golang cover tool.\n\n## Quick start\n\nInstall\n\n    go install github.com/gregoryv/uncover/cmd/uncover@latest\n\nIn your project test with coverage and show result\n\n    go test -coverprofile /tmp/c.out\n    uncover /tmp/c.out [FuncName]\n\n![screenshot](screenshot.png)\n\nExpect a minimum coverage\n\n    uncover -min 80.0 /tmp/c.out\n\n## Difference from `go tool cover`\n\nThe purpose of uncover is to focus your work on what remains to be\nverified. Thus it only shows uncovered lines. It also excludes\nunreachable code, ie. `func _()` which is sometimes used for compile\nchecks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Funcover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgregoryv%2Funcover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgregoryv%2Funcover/lists"}