{"id":16578002,"url":"https://github.com/selfagency/merge-coverage","last_synced_at":"2025-10-29T05:30:27.823Z","repository":{"id":60012500,"uuid":"540607510","full_name":"selfagency/merge-coverage","owner":"selfagency","description":"GitHub Action to merge coverage reports","archived":false,"fork":false,"pushed_at":"2024-04-08T16:04:30.000Z","size":227,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-06T20:20:20.113Z","etag":null,"topics":["clover","cobertura","coverage","istanbul","json","lcov","teamcity","testing"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/merge-coverage-reports","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/selfagency.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-23T20:30:45.000Z","updated_at":"2024-08-19T15:25:09.000Z","dependencies_parsed_at":"2023-01-11T17:23:31.755Z","dependency_job_id":null,"html_url":"https://github.com/selfagency/merge-coverage","commit_stats":{"total_commits":80,"total_committers":2,"mean_commits":40.0,"dds":"0.48750000000000004","last_synced_commit":"dc6ce417a14b96044c2722015d2aeb3fab406ae7"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fmerge-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fmerge-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fmerge-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/selfagency%2Fmerge-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/selfagency","download_url":"https://codeload.github.com/selfagency/merge-coverage/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238776986,"owners_count":19528812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clover","cobertura","coverage","istanbul","json","lcov","teamcity","testing"],"created_at":"2024-10-11T22:12:50.280Z","updated_at":"2025-10-29T05:30:27.795Z","avatar_url":"https://github.com/selfagency.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merge coverage reports GitHub Action\n\nGitHub Action to merge coverage reports from parallelized test runners into a single report.\n\n## Inputs\n\n- `source`\\*: Path to source code (usually `${{ github.workspace }}`)\n- `coverage-reports`\\*: Path to coverage reports (usually `${{ github.workspace }}/coverage`)\n- `output-folder`\\*: Where to output merged reports\n- `formats`: Comma-separated list of formats to output (`text`, `json`, and `json-summary` are always included)\n  - Options include `cobertura`, `clover`, `lcov`, `teamcity`, `text-loc`\n- `artifacts`: Whether to upload the merged reports as artifacts (`true`/`false`), defaults to `true`\n\n\\*Required field\n\n## Outputs\n\n- `report`: Full coverage report\n- `json-summary`: JSON coverage summary\n\n## Usage\n\n```yaml\n- name: Merge coverage reports\n  id: coverage\n  uses: selfagency/merge-coverage@v1.2.0\n  with:\n    source: ${{ github.workspace }}/${{ inputs.package }}\n    coverage-reports: ${{ github.workspace }}/${{ inputs.package }}/coverage\n    output-folder: ${{ github.workspace }}/${{ inputs.package }}/coverage-reports\n    formats: html\n    artifacts: false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fmerge-coverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfagency%2Fmerge-coverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfagency%2Fmerge-coverage/lists"}