{"id":37332135,"url":"https://github.com/coroo/test-coverage","last_synced_at":"2026-01-16T03:36:30.551Z","repository":{"id":37074341,"uuid":"310531513","full_name":"coroo/test-coverage","owner":"coroo","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-26T20:10:27.000Z","size":1537,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T12:04:41.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/coroo.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":"2020-11-06T08:05:41.000Z","updated_at":"2020-11-07T04:20:22.000Z","dependencies_parsed_at":"2023-02-14T23:17:09.654Z","dependency_job_id":null,"html_url":"https://github.com/coroo/test-coverage","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"588ba58e3497a13764b4b8de6af5b9654e2889cd"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/coroo/test-coverage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Ftest-coverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Ftest-coverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Ftest-coverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Ftest-coverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coroo","download_url":"https://codeload.github.com/coroo/test-coverage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coroo%2Ftest-coverage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T03:13:13.607Z","status":"ssl_error","status_checked_at":"2026-01-16T03:11:47.863Z","response_time":107,"last_error":"SSL_read: 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":"2026-01-16T03:36:29.875Z","updated_at":"2026-01-16T03:36:30.538Z","avatar_url":"https://github.com/coroo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytest Coverage Commentator\n\nA Github action to comments a Pytest Coverage on PR. Please note: this action only available at pull request.\n\n## GitHub Action\n\nThe following is an example GitHub Action workflow that uses the Pytest Coverage Commentator to extract the coverage to comment at pull request. Here is an example setup of this action:\n\n```yaml\n# This workflow will install dependencies, create coverage tests and run Pytest Coverage Commentator\n# For more information see: https://github.com/coroo/pytest-coverage-commentator\nname: pytest-coverage-commentator\non:\n  pull_request:\n    branches: \n      - '*'\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    - name: Set up Python 3.8\n      uses: actions/setup-python@v2\n      with:\n        python-version: 3.8\n    - name: Install dependencies\n      run: |\n        python -m pip install --upgrade pip\n        pip install flake8 pytest pytest-cov\n        if [ -f requirements.txt ]; then pip install -r requirements.txt; fi\n    - name: Build coverage file\n      run: |\n        pytest --cache-clear --cov=app test/ \u003e pytest-coverage.txt\n    - name: Comment coverage\n      uses: coroo/pytest-coverage-commentator@v1.0.0\n```\n\n## Action Input\n\nBy default, action is designed to run with minimal configuration but you can alter Pytest Coverage Commentator using following action input:\n\nVariable          | Default                                               | Purpose\n------------------|-------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------\npytest-coverage   | `pytest-coverage.txt`                                 | File conversion from pytest coverage. It will be used to create a comment.\n\nYou can see the action block with all variables as below:\n\n```yml\n    - name: pytest-coverage-commentator\n      uses: coroo/pytest-coverage-commentator@v1.0.0\n      with:\n        pytest-coverage: pytest-coverage.txt\n```\n\n## Result Example\n\n![coverage-result](/result-coverage.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoroo%2Ftest-coverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoroo%2Ftest-coverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoroo%2Ftest-coverage/lists"}