{"id":23983621,"url":"https://github.com/guitarneck/xdebug-coverage","last_synced_at":"2026-04-20T14:02:26.707Z","repository":{"id":45756894,"uuid":"514387078","full_name":"guitarneck/xdebug-coverage","owner":"guitarneck","description":"A coverage reporting tool based on xdebug","archived":false,"fork":false,"pushed_at":"2022-11-11T21:35:58.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T12:31:27.724Z","etag":null,"topics":["clover","coverage","coveralls","lcov","report","xdebug"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guitarneck.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-07-15T19:45:17.000Z","updated_at":"2022-07-16T13:22:03.000Z","dependencies_parsed_at":"2023-01-21T12:31:14.458Z","dependency_job_id":null,"html_url":"https://github.com/guitarneck/xdebug-coverage","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/guitarneck/xdebug-coverage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarneck%2Fxdebug-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarneck%2Fxdebug-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarneck%2Fxdebug-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarneck%2Fxdebug-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guitarneck","download_url":"https://codeload.github.com/guitarneck/xdebug-coverage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarneck%2Fxdebug-coverage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["clover","coverage","coveralls","lcov","report","xdebug"],"created_at":"2025-01-07T12:19:13.754Z","updated_at":"2026-04-20T14:02:26.665Z","avatar_url":"https://github.com/guitarneck.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[//]: # (xdebug-coverage v1.1.0)\n[![Version 1.1.0][version-badge]][changelog] ![GitHub release (latest by date)][github-release-url] ![GitHub last commit][github-last-commit]\n![Packagist Version][packagist-version-url] ![Packagist PHP Version Support][packagist-version-support-url] ![Packagist Downloads][packagist-downloads-url]\n![GitHub license][github-license-url] [![Keep a Changelog v1.1.0][changelog-badge]][changelog]\n\n\n[//]: # (TODO: [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url])\n\n---\n\n\u003e # This project is abandoned, and replaced by [php-coverage](https://github.com/guitarneck/php-coverage)\n\n---\n\n# XDebugCoverage\n\nA [PHP][php-url] framework to run [XDebug][xdebug-url] Code Coverage and get reports of the result.\n\n---\n\n# Table of Contents\n\n* [Install](#install)\n* [Command](#command)\n    * [Options](#options)\n    * [Configuration](#configuration)\n* [Using .dot](#using-dot)\n* [License](#license)\n\n---\n\n## Install\n\n```shell\ncomposer require guitarneck/xdebug-coverage --dev\n```\n\n## Command\n\n```shell\n$ coverage/coverage tests/Something.test.php [options]\n```\n\n### Options\n\n```text\n   --debug\n\n   --excludes=,--excludes,-x              The paths to exclude. Separated by ','.\n                                          Ex: vendor/,tests/,inc/lib/\n\n   --format=,--format,-F                  The file format to be generated.\n\n   --help,-h                              This help page\n\n   --includes=,--includes,-i              The paths to include. Separated by ','.\n                                          Ex: src/,inc/\n\n   --no-extra-filter\n\n   --output-path=,--output-path,-p        The paths to output. Separated by ','.\n                                          Ex: {DIR},..,reports\n                                          - {DIR}: __DIR__ ('coverage/sources')\n                                          - ..   : parent path\n```\n\n### configuration\n\nDefault configuration can be sets in _coverage/sources/XDebugCoverage.json_\n\n## Using .dot\n\n[Grahpviz](https://graphviz.org/) is open source graph visualization software.\n\n```shell\n$ dot -Tsvg coverage\\\\reports\\\\Hello.dot \u003e Hello.svg\n```\n---\n\n# License\n\n[MIT © guitarneck][license]\n\n[github-license-url]: https://img.shields.io/github/license/guitarneck/xdebug-coverage\n[github-release-url]: https://img.shields.io/github/v/release/guitarneck/xdebug-coverage\n[github-last-commit]: https://img.shields.io/github/last-commit/guitarneck/xdebug-coverage\n\n[license]: ./LICENSE\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n\n[version-badge]: https://img.shields.io/badge/version-1.1.0-blue.svg\n\n[changelog]: ./CHANGELOG.md\n[changelog-badge]: https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.1.0-%23000000\n\n[packagist-version-url]: https://img.shields.io/packagist/v/guitarneck/xdebug-coverage\n[packagist-downloads-url]: https://img.shields.io/packagist/dt/guitarneck/xdebug-coverage\n\n[php-url]: https://www.php.net/\n[xdebug-url]: https://xdebug.org/\n\n[packagist-url]: https://packagist.org/packages/guitarneck/xdebug-coverage\n[packagist-version-support-url]: https://img.shields.io/packagist/php-v/guitarneck/xdebug-coverage/1.1.0\n\n[travis-image]: https://img.shields.io/travis/guitarneck/xdebug-coverage.svg?label=travis-ci\n[travis-url]: https://travis-ci.org/guitarneck/xdebug-coverage\n\n[coveralls-image]: https://coveralls.io/repos/github/guitarneck/xdebug-coverage/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/guitarneck/xdebug-coverage?branch=master\n\n[pull-request]: https://help.github.com/articles/creating-a-pull-request/\n[fork]: https://help.github.com/articles/fork-a-repo/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarneck%2Fxdebug-coverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguitarneck%2Fxdebug-coverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarneck%2Fxdebug-coverage/lists"}