{"id":17932465,"url":"https://github.com/cheap-glitch/simplecov-table","last_synced_at":"2025-04-03T10:44:07.547Z","repository":{"id":59155844,"uuid":"459561342","full_name":"cheap-glitch/simplecov-table","owner":"cheap-glitch","description":"📊 A custom SimpleCov formatter to display summaries of coverage reports in table format.","archived":false,"fork":false,"pushed_at":"2022-03-30T14:37:16.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-09T00:18:18.408Z","etag":null,"topics":["coverage-report","simplecov","simplecov-formatter"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/simplecov-table","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cheap-glitch.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":"2022-02-15T12:04:35.000Z","updated_at":"2022-02-16T20:07:15.000Z","dependencies_parsed_at":"2022-09-13T18:13:26.192Z","dependency_job_id":null,"html_url":"https://github.com/cheap-glitch/simplecov-table","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheap-glitch%2Fsimplecov-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheap-glitch%2Fsimplecov-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheap-glitch%2Fsimplecov-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cheap-glitch%2Fsimplecov-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cheap-glitch","download_url":"https://codeload.github.com/cheap-glitch/simplecov-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989499,"owners_count":20865306,"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-report","simplecov","simplecov-formatter"],"created_at":"2024-10-28T21:27:26.036Z","updated_at":"2025-04-03T10:44:07.523Z","avatar_url":"https://github.com/cheap-glitch.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 simplecov-table\n\n[![License](https://shields.io/github/license/cheap-glitch/simplecov-table)](LICENSE)\n[![Latest release](https://shields.io/github/v/release/cheap-glitch/simplecov-table?sort=semver\u0026label=latest%20release\u0026color=green)](https://github.com/cheap-glitch/simplecov-table/releases/latest)\n\nThis   is   a  custom   [SimpleCov](https://github.com/simplecov-ruby/simplecov)\nformatter that  displays table-formatted summaries  of your coverage  reports in\nthe terminal. It prints the total coverage ratio of each source file, along with\na compressed list of the uncovered lines.\n\n```\n────────────────────┬──────────┬──────────────────────────────────────\n Files              │ Coverage │ Uncovered lines\n────────────────────┼──────────┼──────────────────────────────────────\n lib/foo.rb         │ 78.0%    │ 11,12,20-27\n lib/foo/bar.rb     │ 100.0%   │\n lib/foo/baz.rb     │ 33.5%    │ 3,5,63-75,122,128\n────────────────────┴──────────┴──────────────────────────────────────\n```\n\n## Installation\n\n```\ngem install simplecov-table\n```\n\n## Usage\n\n```ruby\nrequire 'simplecov'\nrequire 'simplecov-table'\n\nSimpleCov.formatter = SimpleCov::Formatter::TableFormatter\nSimpleCov.start\n```\n\nOr, if you want to use several formatters:\n\n```ruby\nrequire 'simplecov'\nrequire 'simplecov-table'\n\nSimpleCov.formatters = SimpleCov::Formatter::MultiFormatter.new([\n  SimpleCov::Formatter::HTMLFormatter,\n  SimpleCov::Formatter::TableFormatter,\n])\nSimpleCov.start\n```\n\n## Changelog\n\nSee the full changelog [here](https://github.com/cheap-glitch/simplecov-table/releases).\n\n## Contributing\n\nContributions are welcomed! Please open an issue before submitting substantial changes.\n\n## Related\n\n * [`simplecov-erb`](https://github.com/kpaulisse/simplecov-erb) – Flexible plain-text formatter that uses ERB templates\n * [`simplecov-lcov`](https://github.com/fortissimo1997/simplecov-lcov) – Simple LCOV formatter\n\n## License\n\nISC\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheap-glitch%2Fsimplecov-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheap-glitch%2Fsimplecov-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheap-glitch%2Fsimplecov-table/lists"}