Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1141,
"has_wiki": true,
"homepage": "http://github.com/colszowka/simplecov",
"languages": {
"CSS": 28988,
"HTML": 9612,
"Ruby": 96767,
"Shell": 196,
"TypeScript": 24986
},
"pushed_at": "2026-04-17T20:42:43Z",
"created_at": "2010-08-15T15:57:31Z",
"owner_type": "Organization",
"updated_at": "2026-06-18T12:47:37Z",
"description": "HTML formatter for SimpleCov code coverage tool for ruby 1.9+",
"is_archived": true,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"CSS",
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "SimpleCov",
"type": "Organization",
"login": "simplecov-ruby",
"company": null,
"location": null,
"followers": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/67860375?v=4",
"created_at": "2020-07-05T10:35:05Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 2207
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.13.2",
"kind": "patch",
"published_at": "2026-03-30T16:46:45Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2024-09-09T03:09:15Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2024-09-09T02:56:13Z"
},
{
"tag": "v0.12.3",
"kind": "patch",
"published_at": "2020-09-23T17:06:41Z"
},
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2020-02-27T08:49:21Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2020-02-23T17:13:01Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2020-02-12T17:46:57Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2020-01-28T13:06:22Z"
},
{
"tag": "v0.11.0.beta2",
"kind": "other",
"published_at": "2020-01-19T10:52:51Z"
},
{
"tag": "v0.11.0.beta1",
"kind": "other",
"published_at": "2020-01-05T11:08:51Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2020-01-05T11:09:14Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2020-01-05T11:09:32Z"
}
],
"recent_commits": [
{
"oid": "c19ca704a89a4c4893a42a50692700000b60e2c2",
"body": null,
"is_bot": false,
"headline": "Archive simplecov-html in favor of the main SimpleCov repo",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-17T20:42:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f2d58490a497a4d900c9c24be1bdda4ce4aef23",
"body": "Mutant's bootstrap appends `includes` to `$LOAD_PATH` via `<<`, leaving\nthe simplecov gem's lib ahead of `./lib`. Since upstream simplecov ships\na backward-compat `lib/simplecov-html.rb` shim, `require\n\"simplecov-html\"` resolved to that shim instead of our own lib — so\nmutant introspected and tested simplecov's bundled HTMLFormatter\n(different API) instead of this gem's code.\n\nSwitching the require to a relative path bypasses `$LOAD_PATH` search\nand loads our local file directly.",
"is_bot": false,
"headline": "Fix mutant loading wrong simplecov-html code",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-17T20:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5553230d592e9085bfb439dec4872bdb9517e21c",
"body": null,
"is_bot": false,
"headline": "Ignore .mutant directory",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-17T20:24:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92586a4ce2ebdb47beccca3a5061621ea9443856",
"body": null,
"is_bot": false,
"headline": "Remove Dependabot config",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-17T20:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e32403c85301287a874ec2619169537e2aa5bfd",
"body": null,
"is_bot": false,
"headline": "Update bundled dependencies",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-17T20:02:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0a0d60d90d977c92be093d594b3b3e84022a97",
"body": null,
"is_bot": false,
"headline": "Shorten table column headings for narrower coverage columns",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d032660825e8672db5607c5e8db7dc3a31017030",
"body": "Extract coverage column rendering into reusable Ruby helpers\n(coverage_bar, coverage_cells, coverage_header_cells, file_data_attrs,\ncoverage_type_summary), reducing file_list.erb from 103 to 53 lines and\ncoverage_summary.erb from 32 to 5 lines. Remove unused\nstrength_css_class method, replace SHA1 w\n[…]\nve DOM elements into the dialog\ninstead of deep-cloning, debounce equalizeBarWidths with\nrequestAnimationFrame, cache visible file rows for keyboard navigation,\nand use .includes() and tbody.append().",
"is_bot": false,
"headline": "Improve code quality",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bed718bf74b77cfea5af57caa0c5561c96dd9d25",
"body": "File list:\n* j/k to move between rows\n* Enter to open focused file\n* Escape to clear focus or blur inputs\n\nSource view:\n* n to jump to next missed line\n* p/N to jump to previous missed line\n* Escape to close dialog",
"is_bot": false,
"headline": "Add keyboard shortcuts for file list and source view navigation",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f4f8b4981f39233445ab311854661f55a51a180",
"body": null,
"is_bot": false,
"headline": "Add print styles for clean coverage report printing",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a7cc0a7e597d1dfd1b71fffc9787d56978e1a7",
"body": null,
"is_bot": false,
"headline": "Add color legend to source file dialog header",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21c579a40abc4b29256e79cb415476a5b4783fc4",
"body": "* Bar and percentage in separate td columns under colspan=2 header so\n bars align vertically regardless of percentage text width\n* Colspan reduces to 1 when bars are hidden on narrow viewports\n* Reduce all table cell padding from 12px to 8px to reclaim space",
"is_bot": false,
"headline": "Split bar and percentage into aligned columns, tighten table padding",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef8d0948816b2c556744ef8aa1f4c6bb127fa0d0",
"body": "* Split coverage fractions into numerator/denominator columns for\n vertical alignment of the \"/\" separator (colspan 4 per coverage group)\n* Add fmt() helper for comma-separated numbers (e.g. 2,252)\n* Pluralize \"file\" vs \"files\" when filtering\n* Hide bars if < 100px available, cap at 200px max\n* All bars forced to identical width via min/max/width lock",
"is_bot": false,
"headline": "Align table columns, adaptive bar sizing, loading screen improvements",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fab5d5f6ff29b9c2f618e182091d176e7ed5abf8",
"body": "* Add mutant-minitest and .mutant.yml targeting all HTMLFormatter methods\n* Add mutant CI workflow and rake task\n* Split tests into test_view_helpers.rb and test_formatter.rb\n* Enable method coverage enforcement when Ruby/SimpleCov support it\n* Fix warning: suppress method redefinition in test spies\n* Fix warning: use @_summary ivar instead of locals for ERB binding\n* Remove redundant respond_to? guard for method_coverage?",
"is_bot": false,
"headline": "Add mutation testing with 100% coverage, enforce method coverage",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc41875357eac24eb1fd45e7fa38f3b9add79039",
"body": "* Update highlight.js from pre-2015 to v11.11.1\n* Add package.json with bun lockfile for esbuild, highlight.js, TypeScript\n* Add tsconfig.json for editor/LSP support with strict mode\n* Add bin/setup script for one-command dev environment setup\n* Split CI: test.yml, typecheck.yml (bun), gem_push.yml \n[…]\nemspec: opt-in file list, add metadata URIs, remove stale references\n* Rewrite README with current setup and development instructions\n* Update copyright to 2010-2026 Christoph Olszowka and Erik Berlin",
"is_bot": false,
"headline": "Modernize tooling, clean up repo, update copyright",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "92958b148a61daf04e59b631511c85ba4cdd7d7b",
"body": "* Remove Sprockets, Uglifier, and sass gem dependencies\n* esbuild compiles TypeScript directly and minifies in 2ms",
"is_bot": false,
"headline": "Replace Sprockets with esbuild, convert JS to TypeScript",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a569da9cf63d7d88d726e7d511a3bcc68c1c7c7",
"body": "Replace dependencies with ~80 lines of custom sorting, filtering, and\nrelative time logic.\n\nCompiled JS drops from 191KB to 21KB.\nTotal assets drop from 218KB to 40KB.",
"is_bot": false,
"headline": "Replace jQuery, DataTables, and timeago with vanilla JavaScript",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c1588b755fd0d31470d90f836e2a6283ec06666",
"body": "* Replace separate summary stats with a totals row at the top of the\n table that uses the same bar+%+fraction format as data rows\n* Inline column filters: file name search and per-coverage-type\n percentage threshold filters with comparator dropdowns\n* Totals row updates live when filtering or searching\n* \"/\" keyboard shortcut to focus search\n* Fix double scrollbar when source dialog is open\n* Fix column sorting with filter controls in header",
"is_bot": false,
"headline": "Redesign table with totals row and column filters",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2609a91e4c64c528f9bf7fe7c892ef03078e78db",
"body": null,
"is_bot": false,
"headline": "Use CSS-drawn X for close button to ensure perfect centering",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0620b8546f910703f4480700aebb5f59e8fce4f5",
"body": null,
"is_bot": false,
"headline": "Exclude hit counts from text selection in source view",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a7f7cdf405391c2454a6c894bd913617c41bddb",
"body": "* Coverage bar in its own column with proportional fill (100% = full width)\n* Bar color matches percentage text: green >= 90%, yellow >= 75%, red < 75%\n* Bar column hidden on mobile (< 640px)\n* Change \"missed\" to \"missing\"",
"is_bot": false,
"headline": "Add coverage bars, adjust color thresholds, use \"missing\" over \"missed\"",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9812af9469e8dad3c115bcd562861ae18bf9143b",
"body": "* Show covered/total ratios in summary stats, hide zero-miss counts\n* Increase font sizes ~20% and boost contrast across both themes\n* Remove coverage bars from file list table\n* Move search box into header row next to title with placeholder\n* Fix tab system to work with new header nesting",
"is_bot": false,
"headline": "Polish UI",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3edc6b8da93de93c55013f62a00a7d36f4cfd288",
"body": "* Replace Blueprint CSS reset with modern reset\n* Rewrite stylesheet with design tokens, system fonts, refined\n light/dark themes, and better contrast ratios\n* Replace jQuery Colorbox lightbox with native <dialog> element\n* Add inline coverage bar visualization to file list rows\n* Add ARIA attribut\n[…]\n, jquery-ui, and DataTables sort images\n* CSS-only sort indicators for DataTables columns\n\nCompiled assets drop from 336KB to 218KB.\n\nCloses https://github.com/simplecov-ruby/simplecov-html/issues/65.",
"is_bot": false,
"headline": "Modernize UI",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-04-03T16:48:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07a76c63613619a73f4c33f411ce55a119569d37",
"body": "Bumps [rack](https://github.com/rack/rack) from 3.2.5 to 3.2.6.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v3.2.5...v3.2.6)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-version: 3.2.6\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 3.2.5 to 3.2.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-02T21:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd57c1e0e38225972e3931deeabd4a9fc259003",
"body": "Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from `c2c0206` to `7245d3a`.\n- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)\n- [Commits](https://github.com/simplecov-ruby/simplecov/compare/c2c0206ecd5acf7efa85ee34bb25968bf48c6eec...7245d3a1292f4feb17c8876c5357e\n[…]\n-dependencies:\n- dependency-name: simplecov\n dependency-version: 7245d3a1292f4feb17c8876c5357e4034b0595a4\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump simplecov from `c2c0206` to `7245d3a`",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-02T15:13:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5c7522a7a32b6f6abcad46b412bbfbbf23365fd2",
"body": "Bumps [simplecov](https://github.com/simplecov-ruby/simplecov) from `3d8d723` to `c2c0206`.\n- [Release notes](https://github.com/simplecov-ruby/simplecov/releases)\n- [Commits](https://github.com/simplecov-ruby/simplecov/compare/3d8d723874ff14b06f30dee5d1453f9acc92fdf9...c2c0206ecd5acf7efa85ee34bb259\n[…]\n-dependencies:\n- dependency-name: simplecov\n dependency-version: c2c0206ecd5acf7efa85ee34bb25968bf48c6eec\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump simplecov from `3d8d723` to `c2c0206`",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-01T21:07:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b72d0bb76321c8079dbf45bfd0f4a62a36228269",
"body": "Closes https://github.com/simplecov-ruby/simplecov-html/issues/69.",
"is_bot": false,
"headline": "Use File.write instead of File.open block to write index.html",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-30T04:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976288122942dcc57caa9f5c40808f070eac72fb",
"body": "Closes https://github.com/simplecov-ruby/simplecov-html/issues/111.",
"is_bot": false,
"headline": "Add inline_assets option to constructor",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-30T04:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba3f8f04853db4a05bc595a91e7dd63d1f6bda87",
"body": "Usage: SimpleCov::Formatter::HTMLFormatter.new(silent: true)\n\nCloses https://github.com/simplecov-ruby/simplecov-html/issues/116.",
"is_bot": false,
"headline": "Add silent option to suppress console output",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-30T04:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "969a771c09bc44d014870a1f110b6aab5a40cda4",
"body": "Counts parsed <template> elements against the known total file count to\nshow real loading progress instead of an indeterminate gif.\n\nCloses https://github.com/simplecov-ruby/simplecov-html/issues/132.",
"is_bot": false,
"headline": "Replace loading spinner with progress bar that tracks page parsing",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-30T02:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff19b717f700de4f1aa25793ab8416790eb6cb3d",
"body": "Adds tabindex=0 to #cboxLoadedContent so it can receive focus and\nrespond to arrow keys and page up/down keys.\n\nCloses https://github.com/simplecov-ruby/simplecov-html/issues/58.",
"is_bot": false,
"headline": "Allow keyboard scrolling of source listings in colorbox popup",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-30T02:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc52cc0843323f7a0e8bea269ffe5d19a190072",
"body": null,
"is_bot": false,
"headline": "Drop Ruby 2.6 and JRuby 9.3; add JRuby 9.4, 10.0, and TruffleRuby",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3845c14d12ae12d70258fc4dadeb8aef93496fa6",
"body": "Also fix RuboCop offenses, add method coverage test, and update\nSimpleCov dependency to latest.",
"is_bot": false,
"headline": "Use SimpleCov::SourceFile#methods instead of #total_methods",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ba92e3e67ff0b6667bae839a3cbadfd2706412b",
"body": null,
"is_bot": false,
"headline": "update branch",
"author_name": "Yuri Smirnov",
"author_login": "tycooon",
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a7d29038d809e21687de144b96509781a03794",
"body": null,
"is_bot": false,
"headline": "run on jruby-9.3",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39713401536a0ecb27d4ceec16fd37cbbc59c431",
"body": null,
"is_bot": false,
"headline": "update rubocop configs",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3bf706bda2adf4017e8bde606e32801b8333137",
"body": null,
"is_bot": false,
"headline": "update gh actions",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1338dfe15cb4a7fff10834bd38cde8a1c7e360eb",
"body": null,
"is_bot": false,
"headline": "fix rubocop issues",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ae9a85b20b8ab5d8ca38c4a99f082aae694aad6",
"body": null,
"is_bot": false,
"headline": "switch to gh actions",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5c4d10412ae2f174029add0300c909972736ef",
"body": null,
"is_bot": false,
"headline": "ignore .ruby-version",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e62c8c5a86e12a5f9fa9d566f256f9a98ca6621a",
"body": null,
"is_bot": false,
"headline": "add method coverage to the html report",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b30a415dfe53525462d3baa9a630f937e0934de9",
"body": null,
"is_bot": false,
"headline": "add branch and method coverage to the output message",
"author_name": "Yuri Smirnov",
"author_login": null,
"committed_at": "2026-03-29T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c47de869cc50e47f87ea09b7e696f132bb44d93",
"body": null,
"is_bot": false,
"headline": "Add 100% line and branch coverage with SimpleCov self-tracking",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T22:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bcaeaf87fc7987b0db858c5f24ede52a7304712",
"body": null,
"is_bot": false,
"headline": "Refactor to simplify .rubocop.yml and fix offenses",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92f336b299b7ecbdc1d550f7bb8ef73870cecf0a",
"body": "…LE__)",
"is_bot": false,
"headline": "Use expand_path(\"lib\", __dir__) instead of expand_path(\"../lib\", __FI…",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bbc0c20931954c29b13cade90b6625a54e58a63",
"body": null,
"is_bot": false,
"headline": "Use %r around regular expression",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5470e230893736c6f3d208b37291eec67b45b5f6",
"body": null,
"is_bot": false,
"headline": "Use %i for an array of symbols",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fce37a2000b5abab22f62762a2c4127c36043029",
"body": null,
"is_bot": false,
"headline": "Migrate RuboCop extensions from require to plugins",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89480f104f89ba4d46ebc97b3f758f8e61da0d7",
"body": null,
"is_bot": false,
"headline": "Drop support for Ruby 2.4, 2.5, and 2.6",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T21:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c6cceed36ea4bfa3101d1cc4ab5334a9a3c107",
"body": null,
"is_bot": false,
"headline": "Add Ruby 4.0 to CI matrix",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T20:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c90f0c3f5778e7e6c97a5e74e2a8faeb3e94f294",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-27T20:16:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e547f282c7dc394a0b79604434e0c8f2a71ac5a",
"body": "… Bundler",
"is_bot": false,
"headline": "Bundle update and add Dependabot configuration for GitHub Actions and…",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T20:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72f1c9689bf0b71f01df36f8ef588e2051775daf",
"body": "ERB.new keyword arguments (trim_mode: \"-\") were added in Ruby 2.6.\nOn Ruby 2.4/2.5, ERB.new takes positional arguments so the keyword\nhash is passed as the safe_level (Integer) parameter, causing:\n\n TypeError: no implicit conversion of Hash into Integer\n\nRuby 2.5 has been EOL since 2021.",
"is_bot": false,
"headline": "Drop Ruby 2.4 and 2.5 from CI matrix",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T20:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9578cffd146bb33f67e77a57f0f7645dda5b6e47",
"body": "Refactor all hardcoded colors in screen.css to CSS custom properties,\nwith light mode defaults in :root and dark mode overrides via\n@media (prefers-color-scheme: dark) and a .dark-mode class. Add a\ntoggle button that persists the user's choice to localStorage. An\ninline script in <head> applies the saved preference before rendering\nto prevent flash of unstyled content.\n\nCloses https://github.com/simplecov-ruby/simplecov-html/issues/147.",
"is_bot": false,
"headline": "Add dark mode support with OS preference detection and manual toggle",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T19:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75894a572b3fae39d0115e874d9f534b14461723",
"body": "…h readability\n\nRemove invalid <div> wrapper around <li> in source_file.erb so that\nnth-child(odd/even) CSS selectors work correctly for all line statuses.\nLighten missed-branch background colors for better readability when\nsyntax highlighting renders code as light gray text.\n\nCloses https://github.com/simplecov-ruby/simplecov-html/pull/98.",
"is_bot": false,
"headline": "Fix line status nth-child alternating colors and improve missed-branc…",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-03-27T19:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b005dae36f1f073d3890bc8d51306f9e6b247fe",
"body": "A real-world coverage report with 1705 source files produces a **41MB\nHTML file** (~1.9M lines) that causes significant browser slowdown:\n\n- 96% of the file is the source files section (~41.3MB)\n- 51% of that section is whitespace from ERB template formatting (~21MB)\n- 142,254 `<li>` elements render\n[…]\n highlighting works on opened files\n- [x] Back/forward navigation works correctly\n- [x] Deep-linking to a specific file/line via URL hash works\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Optimize simplecov-html for large coverage reports",
"author_name": "Matt Larraz",
"author_login": "mlarraz",
"committed_at": "2026-03-27T18:59:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42d542dc147fdb1b142a9da952f1859fb008cfde",
"body": "Bumps [rack](https://github.com/rack/rack) from 3.1.18 to 3.1.20.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v3.1.18...v3.1.20)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-version: 3.1.20\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 3.1.18 to 3.1.20",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-27T18:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "908a1d1241f3a0d2316656ee294bb85d8b3b4dbc",
"body": "I don't think it matters if it's rounded up or down. The point here is\nthat we render it the same way in the header as we do in the table.",
"is_bot": false,
"headline": "Always round covered strength to 2 digits",
"author_name": "Benjamin Quorning",
"author_login": "bquorning",
"committed_at": "2026-03-27T18:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250159adbb419198606b069a3ac348b7636ef8d7",
"body": "When the coverage percentage is rounded up, people may end up\nmisconfiguring SimpleCov with a number that 0.01 too high. They may even\nthink they have a 100% converage, when in fact the coverage is only\nmarginally higher than 99.995%.\n\nThis commit changes all uses of `#round` for `#floor`, thus always\nrounding _down_ and never _up_.",
"is_bot": false,
"headline": "Always round coverage percentage down, never up",
"author_name": "Benjamin Quorning",
"author_login": "bquorning",
"committed_at": "2026-03-27T18:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3960cd8d4e88c611064c4ebb8a62c20387888c",
"body": null,
"is_bot": false,
"headline": "No branch coverage on JRuby",
"author_name": "Benjamin Quorning",
"author_login": "bquorning",
"committed_at": "2026-03-27T18:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c627f3c22a12ce6ad5fc9aeb5354604ab64b5134",
"body": "Also, consistently render percentages without a space before it.\n\nTo get some usable data for the test, I copied a number of files from\nSingleCov's spec/source_file_spec.rb.",
"is_bot": false,
"headline": "Test the percentages in the view",
"author_name": "Benjamin Quorning",
"author_login": "bquorning",
"committed_at": "2026-03-27T18:24:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "996daed7b5d353782410823d2a9d4320726b67b2",
"body": "….1.18\n\nBump rack from 3.1.17 to 3.1.18",
"is_bot": false,
"headline": "Merge pull request #152 from simplecov-ruby/dependabot/bundler/rack-3…",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-10-10T19:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93a58dd2adc3749a7a35184b08ab748c820bd39",
"body": "Bumps [rack](https://github.com/rack/rack) from 3.1.17 to 3.1.18.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v3.1.17...v3.1.18)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-version: 3.1.18\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 3.1.17 to 3.1.18",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-10T18:33:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78e7bff42dc79ea78b8d13940c6c949a9e7299c7",
"body": "….1.17\n\nBump rack from 3.1.16 to 3.1.17",
"is_bot": false,
"headline": "Merge pull request #151 from simplecov-ruby/dependabot/bundler/rack-3…",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-10-07T20:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a15707b1e1140547c3c05b5806c81db107bf339",
"body": "Bumps [rack](https://github.com/rack/rack) from 3.1.16 to 3.1.17.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v3.1.16...v3.1.17)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-version: 3.1.17\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 3.1.16 to 3.1.17",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-10-07T18:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edcb62b15a4f0d2f5bbe7440dc201f909a3c9757",
"body": null,
"is_bot": false,
"headline": "bundle u",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-07-16T09:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9a83e5a58a9d6aba217d19364c24f8c30faabc1",
"body": null,
"is_bot": false,
"headline": "Version 0.13.2",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-07-16T09:38:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcebcddfd975653c5768ec3c1e9b33bb7e0a6b25",
"body": "….1.16\n\nBump rack from 3.1.7 to 3.1.16",
"is_bot": false,
"headline": "Merge pull request #150 from simplecov-ruby/dependabot/bundler/rack-3…",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-06-05T06:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4dc13516c3d70a65ba9e25b304b87d189e87681",
"body": "Bumps [rack](https://github.com/rack/rack) from 3.1.7 to 3.1.16.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v3.1.7...v3.1.16)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-version: 3.1.16\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rack from 3.1.7 to 3.1.16",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-06-05T05:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eebbbb2a38e7d6b19e99199650687cccae3d6d9",
"body": "Only require what is needed from `cgi` for Ruby 3.5 compatibility",
"is_bot": false,
"headline": "Merge pull request #149 from Earlopain/cgi-ruby-3.5",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-05-09T18:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9098a71fab2b89a68b54b03e53f59f76da3f005b",
"body": "In ruby 3.5 most of the functionality will require adding cgi as a dependency.\n\nOnly escape/unescape functions will remain, which is all that's needed here. So just use that functionality from `erb`.\n\nhttps://bugs.ruby-lang.org/issues/21258.",
"is_bot": false,
"headline": "Only require what is needed from `cgi`",
"author_name": "Earlopain",
"author_login": "Earlopain",
"committed_at": "2025-05-09T14:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fec1a47609126ddf073dd5abd43425811a484e35",
"body": "Useless private access modifier for constant scope.",
"is_bot": false,
"headline": ":cop: Lint/UselessConstantScoping",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-05-01T19:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9359040f41896a7df03216a4bbc09c8366ab5849",
"body": null,
"is_bot": false,
"headline": "CI against Ruby 3.4",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2025-05-01T19:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "746dab5bfdf819d4f50547662a756c4833ea8e80",
"body": null,
"is_bot": false,
"headline": "Yet another noise for the gem package",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-09T03:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1332824deb94cd72dc1d471c0116450b1fbb6d40",
"body": null,
"is_bot": false,
"headline": "bundle",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-09T03:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b60fb4759dcf90a0904532d8c673df1022fbc5",
"body": null,
"is_bot": false,
"headline": "Version 0.13.1",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-09T02:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c176474c8d86b5b5258db42ac539c84de8b2c62b",
"body": null,
"is_bot": false,
"headline": "A note for the code readers",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-09T02:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45362b438ba3c053d9a922225d092f85d0ac859f",
"body": "Drop `base64` dependency, resolve Ruby warning",
"is_bot": false,
"headline": "Merge pull request #144 from Earlopain/drop-base64",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-08T15:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11c8c0fcf03686ec8adbcaa028bbe7b7f726f4ee",
"body": null,
"is_bot": false,
"headline": "Drop `base64` dependency",
"author_name": "Earlopain",
"author_login": "Earlopain",
"committed_at": "2024-09-08T10:57:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d38ee9478b5c6e2f49ffa4a5d60c190001e836c",
"body": null,
"is_bot": false,
"headline": "Version 0.13.0",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-08T09:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2589f12ba0c4cd5d1da16de7c9785b2275411d52",
"body": null,
"is_bot": false,
"headline": "rake assets:compile",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-04T13:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7eed62293bfc4fbaac4346ff518c1bdf190cc20",
"body": "Makes close button look better",
"is_bot": false,
"headline": "Merge pull request #140 from anthony0030/main",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-04T13:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "893ee0040e8803628868cc55a5ab5316bb833e99",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into main",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-04T13:50:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c225a83fc2546dc75f96b258dbde407f12355816",
"body": "Inline images into application.css during asset compilation",
"is_bot": false,
"headline": "Merge pull request #143 from amatsuda/inline_css_assets",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-04T11:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c447786f3d3ac2f1a90d9a7e3d19bedf062f6ac",
"body": null,
"is_bot": false,
"headline": "rake assets:compile",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T20:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b59a81010869eef32a59c4b3037d33e83c8e95c5",
"body": null,
"is_bot": false,
"headline": "Omit ./ from image path in CSS",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T20:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c170870b5e801efe47fd0e2dac001c6ccc59ef",
"body": "This proc changes `url()` calls in *.css\ne.g.) background-image: url(\"DataTables-1.10.20/images/sort_both.png\");\ninto base64 encoded inline image via `rake assets:compile`.\n\nNote that all images referenced in CSS will be loaded this way, whether\nor not the user enables SIMPLECOV_INLINE_ASSETS option.\n\nThis idea and code is taken from\nhttps://github.com/simplecov-ruby/simplecov-html/pull/113 by @AMHOL\n\nCo-authored-by: AMHOL <andyholland1991@aol.com>",
"is_bot": false,
"headline": "Inline assets in the CSS using Sprockets",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T20:55:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ebb78aad3baf8fb1e4c11ae50c3ff41842c9fdb",
"body": null,
"is_bot": false,
"headline": "yui-compressor out, sass in",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T15:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0ebe4c1ee3df04ebe7a0674e64242ff02fb8087",
"body": "follows up ea52c023962c449156d9348a827666c981bd3831 and 7941b6c1cc32e91685c6845b3771030aad1c8196\n\nFixes \"undefined\" error.\nTBH I'm not sure whether \"favicon reload\" is working as intended, but at\nleast no error is happening now...",
"is_bot": false,
"headline": "shortcut icon => icon",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T13:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37f8470c0b71543f1aae857e6e37506fbbe401cf",
"body": "Actually, the gem ships without vendorized jQuery since 84abac8681953b8363cd51dd090abffe051eb9c2,\nthus vulnerability scanners would less likely warn against jQuery version, but\nlet me upgrade to the current newest one so we can close the existing issues.\n\ncloses #108\ncloses #115",
"is_bot": false,
"headline": "jquery-3.4.1 => 3.7.1",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-03T05:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307d3c65126f7a3ef2d8b23bd75f36c44a3a4f6f",
"body": null,
"is_bot": false,
"headline": "logger has been extracted to a bundled gem since Ruby 3.4",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-02T17:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f128625dbbcf3a067c185045bb36aff8c5483709",
"body": "Intuitively, I would rather use `case` statement if RuboCop allows,\nbut... :shrug:",
"is_bot": false,
"headline": "Reduce allocations by extracting inline Hash to a constant",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-02T17:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c81b52dc9dd5d71825e860fb86a3540b4326d0f4",
"body": null,
"is_bot": false,
"headline": "branchable_result?, line_status?, and output_message can be private",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-02T17:07:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6dc4aba2e59a991871ac7875aa222c06e09f8df",
"body": "Improve clarity of line and branch coverage format.",
"is_bot": false,
"headline": "Merge pull request #125 from cntral/put_coverage_percentage_first",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-02T17:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a10a3a91c7bfaf30b70dd54a9c14bac64eddb29e",
"body": "Avoid \"permission denied\" errors copying assets\r\n\r\ncloses #133, closes #134",
"is_bot": false,
"headline": "Merge pull request #135 from tomeon/asset-file-copying-permissions",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-01T21:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548a471d8492db89b60a1e8ccf9f601bec3d7fdc",
"body": null,
"is_bot": false,
"headline": "Actually, Ruby 3.3 also warns on this",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-01T06:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "092b47ea210ca3dd93ee0944b5a23c3a0a7adc44",
"body": null,
"is_bot": false,
"headline": "Use actions/checkout@v4",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-01T06:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97efd7645c6392af6d6a8887dd1974c76428800b",
"body": null,
"is_bot": false,
"headline": "Bundle base64 on Ruby >= 3.4",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-01T06:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfb335243e924c3b5a99d7d4ac055704dc669709",
"body": "Required ruby version",
"is_bot": false,
"headline": "Merge pull request #142 from amatsuda/required_ruby_version",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-09-01T03:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9834f2ac36f382346d2cf430d862a44dd463554a",
"body": null,
"is_bot": false,
"headline": "So that each version of Ruby on CI can bundle proper gemset",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-08-31T09:45:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea21171661ae00e3f33b7366e01ba061aaee9fbc",
"body": "which is the minimum supported version of the previously released gem",
"is_bot": false,
"headline": "CI against Ruby 2.4",
"author_name": "Akira Matsuda",
"author_login": "amatsuda",
"committed_at": "2024-08-31T09:38:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 52,
"latest_release_at": "2026-03-30T16:46:45Z",
"latest_release_tag": "v0.13.2",
"releases_from_tags": false,
"days_since_last_push": 95,
"active_weeks_last_year": 8,
"days_since_latest_release": 113,
"mean_days_between_releases": 252.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "simplecov-html",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/simplecov-html",
"is_deprecated": false,
"latest_version": "0.13.2",
"repository_url": "https://github.com/simplecov-ruby/simplecov-html",
"versions_count": 31,
"total_downloads": 480212845,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-08-22T18:04:17.553000Z",
"latest_published_at": "2025-07-16T09:46:34.182000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 370
}
]
},
"popularity": {
"forks": 117,
"stars": 88,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2010-10-08",
"count": 1
},
{
"date": "2011-04-18",
"count": 1
},
{
"date": "2011-05-24",
"count": 1
},
{
"date": "2011-06-02",
"count": 1
},
{
"date": "2011-06-18",
"count": 1
},
{
"date": "2011-06-29",
"count": 1
},
{
"date": "2012-02-06",
"count": 1
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-08-17",
"count": 1
},
{
"date": "2013-04-12",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-05-03",
"count": 1
},
{
"date": "2013-05-11",
"count": 1
},
{
"date": "2013-06-13",
"count": 1
},
{
"date": "2013-07-08",
"count": 1
},
{
"date": "2013-07-11",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2013-11-11",
"count": 1
},
{
"date": "2014-01-15",
"count": 1
},
{
"date": "2014-04-07",
"count": 1
},
{
"date": "2014-05-26",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-08-23",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-17",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-01-29",
"count": 2
},
{
"date": "2015-01-31",
"count": 1
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-06-02",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-20",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-19",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2017-01-30",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-21",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-29",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-26",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-09-29",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
}
],
"complete": true,
"collected": 93,
"total_forks": 117
},
"star_history": {
"days": [
{
"date": "2010-08-15",
"count": 13
},
{
"date": "2010-09-06",
"count": 1
},
{
"date": "2010-10-17",
"count": 1
},
{
"date": "2011-03-20",
"count": 1
},
{
"date": "2012-02-06",
"count": 1
},
{
"date": "2012-04-24",
"count": 1
},
{
"date": "2013-03-27",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-07-21",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-08-16",
"count": 1
},
{
"date": "2014-11-17",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-10-18",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-07-06",
"count": 1
},
{
"date": "2016-08-23",
"count": 1
},
{
"date": "2016-09-26",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-06-16",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-09-05",
"count": 1
},
{
"date": "2018-02-08",
"count": 1
},
{
"date": "2018-06-28",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-03-21",
"count": 1
},
{
"date": "2019-05-08",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-09-21",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-27",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-05-23",
"count": 2
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-30",
"count": 1
}
],
"complete": true,
"collected": 88,
"total_stars": 88
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 45131,
"source_files_sampled": 23,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile",
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": ">= 11"
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 0.19"
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "logger",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "esbuild",
"direct": false,
"version": "^0.27.4",
"ecosystem": "npm"
},
{
"name": "highlight.js",
"direct": false,
"version": "^11.11.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^6.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 3,
"direct_count": 0,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 87,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 45,
"closed_unmerged_prs": 36
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "colszowka",
"commits": 119,
"avatar_url": "https://avatars.githubusercontent.com/u/13972?v=4"
},
{
"type": "User",
"login": "amatsuda",
"commits": 87,
"avatar_url": "https://avatars.githubusercontent.com/u/11493?v=4"
},
{
"type": "User",
"login": "PragTob",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/606517?v=4"
},
{
"type": "User",
"login": "sferik",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/10308?v=4"
},
{
"type": "User",
"login": "bf4",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/142914?v=4"
},
{
"type": "User",
"login": "bquorning",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/22333?v=4"
},
{
"type": "User",
"login": "frankh",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/2088870?v=4"
},
{
"type": "User",
"login": "nishidayuya",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/62389?v=4"
},
{
"type": "User",
"login": "som4ik",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7699543?v=4"
},
{
"type": "User",
"login": "pschambacher",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/547203?v=4"
}
],
"contributors_sampled": 45,
"top_contributor_share": 0.298
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"gem_push.yml",
"lint.yml",
"mutant.yml",
"test.yml",
"typecheck.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/11 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 52 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project is archived",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "12 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c19ca704a89a4c4893a42a50692700000b60e2c2",
"ran_at": "2026-07-22T01:46:44Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-06-14T11:52:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-04-17T20:37:44Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/simplecov-ruby/simplecov-html",
"host": "github.com",
"name": "simplecov-html",
"owner": "simplecov-ruby"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 40% multiplier to weighted overall health and gives it a ceiling of 29.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 29,
"pct": 40
}
}
],
"value": 22,
"inputs": {
"security": 18,
"vitality": 48,
"community": 64,
"governance": 67,
"engineering": 76,
"abandonment_cap": 29,
"abandonment_state": "declared",
"abandonment_multiplier": 40,
"weighted_overall_before_abandonment": 56,
"overall_after_abandonment_multiplier": 22
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 48,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"commits_last_year": 52,
"human_commit_share": 0.92,
"days_since_last_push": 95,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 95 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 95
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "52 commits in the last year",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 52
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v0.13.2",
"releases_from_tags": false,
"days_since_latest_release": 113,
"mean_days_between_releases": 252.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 113 days ago",
"points": 27,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 113
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~252.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 252.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "at_risk",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"cap": 29,
"state": "declared",
"guards": [],
"signals": [],
"red_flag": true,
"multiplier_pct": 40,
"declared_reason": "archived",
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "the repository is archived on GitHub",
"points": 40,
"status": "partial",
"details": [
{
"code": "abandonment_archived",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 117,
"stars": 88,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "88 stars",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 88
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "117 forks",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 117
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"simplecov-html"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 480212845,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "480,212,845 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 480212845,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 45,
"top_contributor_share": 0.298
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "45 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 45
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 52 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 87,
"open_issues": 0,
"closed_issues": 45,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 36
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "87/123 decided PRs merged",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 87,
"decided": 123
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"followers": 15,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "simplecov-ruby",
"public_repos": 2,
"account_age_days": 2207
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "15 followers of simplecov-ruby",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 15,
"login": "simplecov-ruby"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~6 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 6
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"simplecov-html"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 370
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 370 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 370
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "31 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 31
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "5 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 5
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://github.com/colszowka/simplecov",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://github.com/colszowka/simplecov",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "critical",
"name": "Security",
"value": 18,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized. High-Risk Jurisdiction Policy applies a 50% multiplier to Security posture and gives it an At risk ceiling of 49.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "jurisdiction_posture_adjustment",
"params": {
"cap": 49,
"pct": 50
}
}
],
"value": 18,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5,
"high_risk_jurisdiction_cap": 49,
"high_risk_jurisdiction_multiplier": 50,
"security_posture_after_multiplier": 18,
"security_posture_before_jurisdiction": 35
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/11 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 52 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project is archived",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "12 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "moderate",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 50,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": true,
"exposures": [
{
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 26
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "Russia: top_contributor (1)",
"points": 50,
"status": "partial",
"details": [
{
"code": "jurisdiction_exposure",
"params": {
"role": "top_contributor",
"count": 1,
"country": "Russia"
}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.424,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "39 of 92 human commits state their intent (structured subject or explanatory body)",
"points": 22.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 39,
"sampled": 92
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.08
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 45131,
"source_files_sampled": 23,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/23 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 23,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T01:47:06.350869Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/simplecov-ruby/simplecov-html.svg",
"full_name": "simplecov-ruby/simplecov-html",
"license_state": "standard",
"license_spdx": "MIT"
}