{"id":24979689,"url":"https://github.com/alan-null/cobertura-to-markdown","last_synced_at":"2025-07-30T18:06:26.328Z","repository":{"id":274192410,"uuid":"922185177","full_name":"alan-null/cobertura-to-markdown","owner":"alan-null","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-25T17:00:28.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T23:43:26.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/alan-null.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":["alan-null"],"custom":["https://www.paypal.com/paypalme/plocieniak"]}},"created_at":"2025-01-25T14:49:23.000Z","updated_at":"2025-01-25T16:47:37.000Z","dependencies_parsed_at":"2025-01-25T16:00:28.573Z","dependency_job_id":"149d52f5-e2e6-42cd-a8c3-55d306ddaeda","html_url":"https://github.com/alan-null/cobertura-to-markdown","commit_stats":null,"previous_names":["alan-null/cobertura-to-markdown"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alan-null/cobertura-to-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fcobertura-to-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fcobertura-to-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fcobertura-to-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fcobertura-to-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alan-null","download_url":"https://codeload.github.com/alan-null/cobertura-to-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alan-null%2Fcobertura-to-markdown/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267913732,"owners_count":24164580,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-02-04T02:15:45.519Z","updated_at":"2025-07-30T18:06:26.283Z","avatar_url":"https://github.com/alan-null.png","language":"Shell","funding_links":["https://github.com/sponsors/alan-null","https://www.paypal.com/paypalme/plocieniak"],"categories":[],"sub_categories":[],"readme":"# Cobertura to Markdown Generator\n\nA GitHub Action that generates Markdown reports from a Cobertura `coverage.xml` file using [Pycobertura](https://pypi.org/project/pycobertura/).\n\n## How to use\n\n### Inputs\n\n- `coverage_file` (required): Path to the `coverage.xml` file.\n- `output_file` (optional): Path to save the generated Markdown file (default: `output.md`).\n\n\n**Example Usage**\n\n```yaml\njobs:\n  generate-markdown:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout Code\n        uses: actions/checkout@v4\n\n      - name: Generate Markdown\n        uses: alan-null/cobertura-to-markdown@v1\n        with:\n          coverage_file: \"path/to/coverage.xml\"\n          output_file: \"path/to/output.md\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fcobertura-to-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falan-null%2Fcobertura-to-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falan-null%2Fcobertura-to-markdown/lists"}