{"id":21480829,"url":"https://github.com/essentialkaos/htmlcov","last_synced_at":"2025-10-13T21:04:36.991Z","repository":{"id":38107842,"uuid":"494220984","full_name":"essentialkaos/htmlcov","owner":"essentialkaos","description":"Utility for converting Go coverage profiles into HTML pages","archived":false,"fork":false,"pushed_at":"2025-03-10T08:21:00.000Z","size":1279,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-10T09:34:30.787Z","etag":null,"topics":["coverage","golang"],"latest_commit_sha":null,"homepage":"https://kaos.sh/htmlcov","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/essentialkaos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-19T20:32:57.000Z","updated_at":"2024-12-04T09:14:38.000Z","dependencies_parsed_at":"2023-09-29T13:43:23.417Z","dependency_job_id":"634d89ab-3948-474c-aaf0-b81b20229d03","html_url":"https://github.com/essentialkaos/htmlcov","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fhtmlcov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fhtmlcov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fhtmlcov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/essentialkaos%2Fhtmlcov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/essentialkaos","download_url":"https://codeload.github.com/essentialkaos/htmlcov/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006398,"owners_count":20382443,"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"],"created_at":"2024-11-23T12:18:18.497Z","updated_at":"2025-10-13T21:04:36.983Z","avatar_url":"https://github.com/essentialkaos.png","language":"Go","readme":"\u003cp align=\"center\"\u003e\u003ca href=\"#readme\"\u003e\u003cimg src=\".github/images/card.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://kaos.sh/r/htmlcov\"\u003e\u003cimg src=\"https://kaos.sh/r/htmlcov.svg\" alt=\"GoReportCard\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/y/htmlcov\"\u003e\u003cimg src=\"https://kaos.sh/y/1bff0f909cd74de7bfe0baf2f23a18da.svg\" alt=\"Codacy badge\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/htmlcov/ci\"\u003e\u003cimg src=\"https://kaos.sh/w/htmlcov/ci.svg\" alt=\"GitHub Actions CI Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://kaos.sh/w/htmlcov/codeql\"\u003e\u003cimg src=\"https://kaos.sh/w/htmlcov/codeql.svg\" alt=\"GitHub Actions CodeQL Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"#license\"\u003e\u003cimg src=\".github/images/license.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#command-line-completion\"\u003eCommand-line completion\u003c/a\u003e • \u003ca href=\"#man-documentation\"\u003eMan documentation\u003c/a\u003e • \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e • \u003ca href=\"#ci-status\"\u003eCI Status\u003c/a\u003e • \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n\u003cbr/\u003e\n\n`htmlcov` is an utility for converting Go coverage profiles into HTML pages. It's just better version of `go tool cover -html=cover.out -o coverage.html` command.\n\n![Screenshot](.github/images/screenshot1.png)\n\n![Screenshot](.github/images/screenshot2.png)\n\n### Installation\n\n#### From source\n\nTo build the `htmlcov` from scratch, make sure you have a working [Go 1.23+](https://github.com/essentialkaos/.github/blob/master/GO-VERSION-SUPPORT.md) workspace (_[instructions](https://go.dev/doc/install)_), then:\n\n```\ngo install github.com/essentialkaos/htmlcov@latest\n```\n\n#### Prebuilt binaries\n\nYou can download prebuilt binaries for Linux and macOS from [EK Apps Repository](https://apps.kaos.st/htmlcov/latest):\n\n```bash\nbash \u003c(curl -fsSL https://apps.kaos.st/get) htmlcov\n```\n\n### Command-line completion\n\nYou can generate completion for `bash`, `zsh` or `fish` shell.\n\nBash:\n```bash\nsudo htmlcov --completion=bash 1\u003e /etc/bash_completion.d/htmlcov\n```\n\nZSH:\n```bash\nsudo htmlcov --completion=zsh 1\u003e /usr/share/zsh/site-functions/htmlcov\n```\n\nFish:\n```bash\nsudo htmlcov --completion=fish 1\u003e /usr/share/fish/vendor_completions.d/htmlcov.fish\n```\n\n### Man documentation\n\nYou can generate man page using next command:\n\n```bash\nhtmlcov --generate-man | sudo gzip \u003e /usr/share/man/man1/htmlcov.1.gz\n```\n\n### Usage\n\n\u003cp align=\"center\"\u003e\u003cimg src=\".github/images/usage.svg\"/\u003e\u003c/p\u003e\n\n### CI Status\n\n| Branch | Status |\n|--------|----------|\n| `master` | [![CI](https://kaos.sh/w/htmlcov/ci.svg?branch=master)](https://kaos.sh/w/htmlcov/ci?query=branch:master) |\n| `develop` | [![CI](https://kaos.sh/w/htmlcov/ci.svg?branch=develop)](https://kaos.sh/w/htmlcov/ci?query=branch:develop) |\n\n### Contributing\n\nBefore contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/.github/blob/master/CONTRIBUTING.md).\n\n### License\n\n[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://kaos.dev\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/essentialkaos/.github/refs/heads/master/images/ekgh.svg\"/\u003e\u003c/a\u003e\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Fhtmlcov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fessentialkaos%2Fhtmlcov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fessentialkaos%2Fhtmlcov/lists"}