{"id":16861253,"url":"https://github.com/rumpl/cov","last_synced_at":"2025-03-18T14:46:37.256Z","repository":{"id":66257863,"uuid":"265224631","full_name":"rumpl/cov","owner":"rumpl","description":"Go code coverage by file","archived":false,"fork":false,"pushed_at":"2020-05-19T11:48:50.000Z","size":1926,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T19:27:09.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rumpl.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}},"created_at":"2020-05-19T11:10:09.000Z","updated_at":"2020-05-19T11:48:40.000Z","dependencies_parsed_at":"2023-02-21T09:01:07.399Z","dependency_job_id":null,"html_url":"https://github.com/rumpl/cov","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fcov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fcov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fcov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rumpl%2Fcov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rumpl","download_url":"https://codeload.github.com/rumpl/cov/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244245620,"owners_count":20422443,"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":[],"created_at":"2024-10-13T14:30:48.165Z","updated_at":"2025-03-18T14:46:37.233Z","avatar_url":"https://github.com/rumpl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cov\n\nGo code coverage by file.\n\nThe go tool `cover` can show the coverage by function or coverage in html mode but neither of those fit my need. This tool will show the coverage by file and show nice colors (green/yellow/red) to quickly see the state of your coverage.\n\n## Intall\n\n```\n$ go get -u github.com/rumpl/cov\n```\n\nOr you can download the binary from the releases page.\n\n## Usage\n\nFirst you need to generate a cover file\n\n```\n$ go test -covermode=count -coverprofile=cover.out\n```\n\nThen you can simply:\n\n```\n$ cov cover.out\n/Users/djordjelukic/dev/dep-sum/main.go\t31.4%\n\nTotal:\t\t\t\t\t31.4%\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fcov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frumpl%2Fcov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frumpl%2Fcov/lists"}