{"id":16676637,"url":"https://github.com/princed/karma-coverage-html-index","last_synced_at":"2026-04-21T22:03:02.003Z","repository":{"id":148803064,"uuid":"52518979","full_name":"princed/karma-coverage-html-index","owner":"princed","description":"Quick and dirty solution to the problem of separate coverage html report for each browser","archived":false,"fork":false,"pushed_at":"2016-02-25T12:42:47.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T03:37:09.661Z","etag":null,"topics":["coverage","karma","karma-coverage","karma-reporter"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/princed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-25T11:16:53.000Z","updated_at":"2020-12-05T13:04:06.000Z","dependencies_parsed_at":"2023-05-09T17:52:44.586Z","dependency_job_id":null,"html_url":"https://github.com/princed/karma-coverage-html-index","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/princed/karma-coverage-html-index","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princed%2Fkarma-coverage-html-index","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princed%2Fkarma-coverage-html-index/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princed%2Fkarma-coverage-html-index/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princed%2Fkarma-coverage-html-index/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princed","download_url":"https://codeload.github.com/princed/karma-coverage-html-index/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princed%2Fkarma-coverage-html-index/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32112030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["coverage","karma","karma-coverage","karma-reporter"],"created_at":"2024-10-12T13:11:07.644Z","updated_at":"2026-04-21T22:03:01.968Z","avatar_url":"https://github.com/princed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[karma](https://github.com/karma-runner/karma)-[coverage](https://github.com/karma-runner/karma-coverage)-html-index-reporter\n=========================\n\nQuick and dirty solution to the problem of separate coverage html report for each browser.\nIt creates `index.html` and shows reports in iframe allowing to switch between then in one click. \n\nInstallation\n------------\n\nInstall the `karma-coverage-html-index-reporter`:\n\n```sh\n$ npm install karma-coverage-html-index-reporter --save-dev\n```\n\nAdd `coverage-html-index` alongside the `coverage` to the `reporters` key in your Karma configuration:\n\n```js\nmodule.exports = function (config) {\n  config.set({\n    // test results reporter to use\n    // possible values: 'dots', 'progress', 'junit', 'growl', 'coverage'\n    reporters: ['progress', 'coverage', 'coverage-html-index']\n\n    // ...\n  })\n}  \n```\n\nAcknowledgements\n----------------\n\nSmall portions of code are taken from [karma-coverage](https://github.com/karma-runner/karma-coverage).\n\n\nContribution guidelines\n-----------------------\n\nIn lieu of a formal styleguide, take care to maintain the existing coding style.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinced%2Fkarma-coverage-html-index","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprinced%2Fkarma-coverage-html-index","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinced%2Fkarma-coverage-html-index/lists"}