{"id":37097530,"url":"https://github.com/rbren/go-acc","last_synced_at":"2026-01-14T11:59:17.299Z","repository":{"id":57507528,"uuid":"234086491","full_name":"rbren/go-acc","owner":"rbren","description":"Accurate Code Coverage reporting for Golang (Go)","archived":false,"fork":true,"pushed_at":"2020-01-15T14:12:20.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-15T01:53:00.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.ory.am/golang-go-code-coverage-accurate.html","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"ory/go-acc","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-15T13:27:40.000Z","updated_at":"2020-01-15T14:08:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rbren/go-acc","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rbren/go-acc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fgo-acc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fgo-acc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fgo-acc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fgo-acc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbren","download_url":"https://codeload.github.com/rbren/go-acc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbren%2Fgo-acc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T11:59:16.744Z","updated_at":"2026-01-14T11:59:17.293Z","avatar_url":"https://github.com/rbren.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-acc\n\nA tool for reporting accurate Code Coverage in Golang. It is a cross platform (osx, windows, linux) adaption of the following bash script:\n\n```bash\ntouch ./coverage.tmp\necho 'mode: atomic' \u003e coverage.txt\ngo list ./... | grep -v /cmd | grep -v /vendor | xargs -n1 -I{} sh -c 'go test -race -covermode=atomic -coverprofile=coverage.tmp -coverpkg $(go list ./... | grep -v /vendor | tr \"\\n\" \",\") {} \u0026\u0026 tail -n +2 coverage.tmp \u003e\u003e coverage.txt || exit 255' \u0026\u0026 rm coverage.tmp\n```\n\n## Installation \u0026 Usage\n\n```\n$ go get github.com/rbren/go-acc\n$ go-acc\nA tool for reporting accurate Code Coverage in Golang.\n\nUsage:\n  go-acc \u003cpackages...\u003e [flags]\n\nExamples:\n$ go-acc github.com/some/package\n$ go-acc -o my-coverfile.txt github.com/some/package\n$ go-acc ./...\n$ go-acc $(glide novendor)\n\nFlags:\n      --covermode string   Which code coverage mode to use (default \"atomic\")\n      --ignore strings     Will ignore packages that contains any of these strings\n  -o, --output string      Location for the output file (default \"coverage.txt\")\n  -t, --toggle             Help message for toggle\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Fgo-acc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbren%2Fgo-acc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbren%2Fgo-acc/lists"}