{"id":36679088,"url":"https://github.com/davidslusser/actions_python_coveralls","last_synced_at":"2026-01-12T10:53:41.356Z","repository":{"id":170756537,"uuid":"646983444","full_name":"davidslusser/actions_python_coveralls","owner":"davidslusser","description":"Github action for running pytest with code coverage and pushing results to coveralls","archived":false,"fork":false,"pushed_at":"2024-03-11T01:24:24.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-18T18:15:28.031Z","etag":null,"topics":["coverage","coverage-report","coveralls","coveralls-python","pytest","pytest-cov","python"],"latest_commit_sha":null,"homepage":"","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/davidslusser.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-29T19:52:39.000Z","updated_at":"2023-05-29T20:36:11.000Z","dependencies_parsed_at":"2024-03-11T02:34:11.819Z","dependency_job_id":"bfd3ed70-4faa-4866-9e25-f721fa0954fc","html_url":"https://github.com/davidslusser/actions_python_coveralls","commit_stats":null,"previous_names":["davidslusser/actions_python_coveralls"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/davidslusser/actions_python_coveralls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidslusser%2Factions_python_coveralls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidslusser%2Factions_python_coveralls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidslusser%2Factions_python_coveralls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidslusser%2Factions_python_coveralls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidslusser","download_url":"https://codeload.github.com/davidslusser/actions_python_coveralls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidslusser%2Factions_python_coveralls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:40:25.642Z","status":"ssl_error","status_checked_at":"2026-01-12T10:39:27.820Z","response_time":98,"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":["coverage","coverage-report","coveralls","coveralls-python","pytest","pytest-cov","python"],"created_at":"2026-01-12T10:53:40.974Z","updated_at":"2026-01-12T10:53:41.349Z","avatar_url":"https://github.com/davidslusser.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions_python_coveralls\nA Github action for running pytest with coverage and pushing results to coveralls\n\n\n\u003cbr/\u003e\n\n## How to use\nIn your .github/workflows directory, create a yaml file (such as main.yaml). Add a job for each desired workflow with the `uses` keyword. Use the `with` keyword to pass any desired variables.\n\nExamples:\n\n```\non: [push]\n\njobs:\n  coveralls:\n    runs-on: ubuntu-latest\n    name: \"coveralls\"\n    steps:\n      - uses: davidslusser/actions_python_coveralls@v1.0.1\n        with:\n          coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}\n```\n\u003cbr/\u003e\n\n```\non: [push]\n\njobs:\n  coveralls:\n    runs-on: ubuntu-latest\n    name: \"coveralls\"\n    steps:\n      - uses: davidslusser/actions_python_coveralls@v1.0.1\n        with:\n          src: \"src\"\n          options: \"--cov=src\"\n          pip_install_command: \"pip install -e .[dev]\"\n          python_version: \"3.9\"\n          coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}\n```\n\n\u003cbr/\u003e\n\n## Inputs\n  - **coveralls_repo_token:** coveralls provided repository token\n  - **src:** source directory used for code coverage (defaults to \"`.`\")\n  - **options:** optional flags/parameters used in pytest command (defaults to \"`--cov`\")\n  - **pip_install_command:** pip install command (defaults to \"`pip install coveralls pytest pytest-cov`\")\n   - **python_version:** version of python to run workflow with (defaults to \"`3.x`\")\n\n\u003cbr/\u003e\n\n## Requirements\n - coveralls account\n - github repo setup on coveralls\n - `COVERALLS_REPO_TOKEN` secret available in your Github actions secrets and variables\n\n    See Coveralls for more details: https://coveralls.io/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidslusser%2Factions_python_coveralls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidslusser%2Factions_python_coveralls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidslusser%2Factions_python_coveralls/lists"}