{"id":28325675,"url":"https://github.com/kntng/mdcov","last_synced_at":"2026-03-04T11:32:18.680Z","repository":{"id":295384594,"uuid":"989795699","full_name":"kntng/mdcov","owner":"kntng","description":"GitHub Action to update PRs with markdown coverage reports from LCOV file","archived":false,"fork":false,"pushed_at":"2025-05-25T21:36:35.000Z","size":400,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-23T15:49:30.135Z","etag":null,"topics":["action","code-coverage","coverage","lcov","markdown"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kntng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-24T20:58:52.000Z","updated_at":"2025-06-02T02:46:32.000Z","dependencies_parsed_at":"2025-05-25T09:27:47.502Z","dependency_job_id":"c3fc3a85-2a1a-4110-8601-2d73e333554a","html_url":"https://github.com/kntng/mdcov","commit_stats":null,"previous_names":["kntng/mdcov"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kntng/mdcov","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntng%2Fmdcov","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntng%2Fmdcov/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntng%2Fmdcov/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntng%2Fmdcov/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kntng","download_url":"https://codeload.github.com/kntng/mdcov/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kntng%2Fmdcov/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","code-coverage","coverage","lcov","markdown"],"created_at":"2025-05-25T21:14:11.954Z","updated_at":"2026-03-04T11:32:18.630Z","avatar_url":"https://github.com/kntng.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :memo: mdcov\n\nGenerate coverage reports in markdown for GitHub PRs.\n\n## Usage\n\nIn your workflow `.yml` file use the following step:\n\n```yaml\n- uses: kntng/mdcov@v1\n  with:\n    github-token: ${{ secrets.GITHUB_TOKEN }}\n    lcov-path: coverage/lcov.info\n```\n\nreplacing `coverage/lcov.info` with the proper path to the coverage file.\n\nNote this action requires additional permissions on the token to write to pull requests, so add the following:\n\n```yaml\npermissions:\n  issues: write\n  pull-requests: write\n```\n\n## Example\n\nA simple example triggers on pull requests. It checks out the repository, runs coverage, then uses the action to write the report to the PR.\n\n```yaml\nname: Code Coverage\n\non:\n  pull_request:\n    paths:\n      - \"**/*.ts\"\n      - \"**/*.js\"\n      - \".github/workflows/coverage.yml\"\n\npermissions:\n  issues: write\n  pull-requests: write\n\njobs:\n  coverage:\n    name: Run coverage\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: oven-sh/setup-bun@v2\n        with:\n          bun-version: latest\n      - name: Run coverage\n        run: bun run coverage\n      - uses: kntng/mdcov@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          lcov-path: coverage/lcov.info\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkntng%2Fmdcov","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkntng%2Fmdcov","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkntng%2Fmdcov/lists"}