{"id":29602071,"url":"https://github.com/dislogical/doveralls","last_synced_at":"2026-03-04T07:32:27.340Z","repository":{"id":18915070,"uuid":"22133877","full_name":"dislogical/doveralls","owner":"dislogical","description":"Upload D code coverage results to coveralls.io","archived":false,"fork":false,"pushed_at":"2021-09-09T05:16:00.000Z","size":44,"stargazers_count":17,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-16T23:05:19.468Z","etag":null,"topics":["coverage","d"],"latest_commit_sha":null,"homepage":null,"language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"docker-library/postgres","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dislogical.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}},"created_at":"2014-07-23T06:08:41.000Z","updated_at":"2023-07-14T10:43:10.000Z","dependencies_parsed_at":"2022-08-19T15:00:48.868Z","dependency_job_id":null,"html_url":"https://github.com/dislogical/doveralls","commit_stats":null,"previous_names":["dislogical/doveralls"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/dislogical/doveralls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dislogical%2Fdoveralls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dislogical%2Fdoveralls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dislogical%2Fdoveralls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dislogical%2Fdoveralls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dislogical","download_url":"https://codeload.github.com/dislogical/doveralls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dislogical%2Fdoveralls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30075427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T05:31:57.858Z","status":"ssl_error","status_checked_at":"2026-03-04T05:31:38.462Z","response_time":59,"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","d"],"created_at":"2025-07-20T13:37:52.088Z","updated_at":"2026-03-04T07:32:27.306Z","avatar_url":"https://github.com/dislogical.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"## doveralls [![Build Status](https://img.shields.io/travis/ColdenCullen/doveralls.svg?style=flat)](https://travis-ci.org/ColdenCullen/doveralls) [![Coverage Status](https://coveralls.io/repos/github/ColdenCullen/doveralls/badge.svg?branch=master)](https://coveralls.io/github/ColdenCullen/doveralls?branch=master)\n\nUpload D code coverage results to [coveralls.io](https://coveralls.io/).\n\n### Installation\n\nThe best way to install doveralls is by fetching it through [dub](http://code.dlang.org).\n```\ndub fetch doveralls\n```\n\n### Usage\n\nTo generate coverage information, it is recommended that you run `dub test -b unittest-cov`.\n\n| Argument     | Description                                                       |\n|--------------|-------------------------------------------------------------------|\n| `d`, `dump`  | Dump the json report to stdout instead of uploading it.           |\n| `p`, `path`  | The path of the repo.                                             |\n| `t`, `token` | The Coveralls token for the repo, required when running locally.  |\n| `travis-pro` | Specify this if you are using Travis pro.                         |\n\n#### Using with Travis-CI\n\nAdd this to your script sections.\n```yml\ninstall:\n  # Install doveralls from the latest github release\n  - wget -q -O - \"http://bit.ly/Doveralls\" | bash\n  # Or, if you know what version you want, like v1.1.2, you can simply use this instead:\n  - wget -O doveralls \"https://github.com/ColdenCullen/doveralls/releases/download/v1.1.5/doveralls_linux_travis\"\n  - chmod +x doveralls\n\nscript:\n  - dub test -b unittest-cov\n  - ./doveralls\n  # or when using Travis Pro\n  - ./doveralls -travis-pro\n```\n#### Using doveralls locally\n\nWhen running locally you have to pass the repo_token.\n\n```sh\ndub test -b unittest-cov\n# as command line argument\ndub run doveralls -- -t uMKQTqJOiFK3EVELOqxcsduGgMNgHagLF\n# as environment variable\nCOVERALLS_REPO_TOKEN=uMKQTqJOiFK3EVELOqxcsduGgMNgHagLF dub run doveralls\n```\n\nIt is also possible to specify a different endpoint by setting the\n`COVERALLS_ENDPOINT` environment variable.\n\n```sh\nCOVERALLS_ENDPOINT=http://localhost:8080 dub run coveralls\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdislogical%2Fdoveralls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdislogical%2Fdoveralls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdislogical%2Fdoveralls/lists"}