{"id":17212438,"url":"https://github.com/jackfirth/doc-coverage","last_synced_at":"2026-02-20T01:31:39.987Z","repository":{"id":27633387,"uuid":"31117920","full_name":"jackfirth/doc-coverage","owner":"jackfirth","description":"A Racket package for inspecting and testing the number of documented exports of a module","archived":false,"fork":false,"pushed_at":"2020-07-21T00:55:59.000Z","size":34,"stargazers_count":7,"open_issues_count":9,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-30T10:43:51.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackfirth.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":"2015-02-21T06:54:54.000Z","updated_at":"2023-10-11T03:56:44.000Z","dependencies_parsed_at":"2022-07-31T23:00:01.435Z","dependency_job_id":null,"html_url":"https://github.com/jackfirth/doc-coverage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackfirth/doc-coverage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fdoc-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fdoc-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fdoc-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fdoc-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackfirth","download_url":"https://codeload.github.com/jackfirth/doc-coverage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fdoc-coverage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29638632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"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":[],"created_at":"2024-10-15T03:00:03.994Z","updated_at":"2026-02-20T01:31:39.972Z","avatar_url":"https://github.com/jackfirth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"doc-coverage [![Build Status](https://travis-ci.org/jackfirth/doc-coverage.svg)](https://travis-ci.org/jackfirth/doc-coverage) [![codecov](https://codecov.io/gh/jackfirth/doc-coverage/branch/master/graph/badge.svg)](https://codecov.io/gh/jackfirth/doc-coverage)\n=====================================================\n[Documentation](http://pkg-build.racket-lang.org/doc/doc-coverage/index.html)\n\nA Racket package for inspecting and testing the number of documented exports of a module\n\nExamining module documentation information:\n\n```racket\n\u003e (module-\u003eall-exported-names 'racket/promise)\n'(force\n  promise-forced?\n  promise-running?\n  promise?\n  delay\n  delay/thread\n  delay/name\n  lazy\n  delay/sync\n  delay/strict\n  delay/idle)\n\u003e (module-\u003eundocumented-exported-names 'racket/match)\n'(match-...-nesting)\n```\n\nTesting module documentation coverage\n\n```racket\n\u003e (check-all-documented 'racket/base)\n--------------------\nFAILURE\nname:       check-all-documented\nlocation:   (unsaved-editor307 30 2 704 35)\nexpression: (check-all-documented 'racket/base)\nparams:     (racket/base)\n\nModule racket/base has 3 undocumented bindings:\n\nexpand-for-clause\nfor-clause-syntax-protect\nsyntax-pattern-variable?\n--------------------\n\u003e (check-documentation-ratio 'racket/match .99)\n--------------------\nFAILURE\nname:       check-documentation-ratio\nlocation:   (unsaved-editor307 45 2 1113 45)\nexpression: (check-documentation-ratio 'racket/match 0.99)\nparams:     (racket/match 0.99)\n\nModule racket/match does not document at least 99.0% of its bindings, only documents 96.42857142857143%\n--------------------\n```\n\nTo install, `run raco pkg install doc-coverage`. Then to use in a module, `(require doc-coverage)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fdoc-coverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackfirth%2Fdoc-coverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fdoc-coverage/lists"}