{"id":6325895,"name":"codacy/codacy-coverage-reporter-action","ecosystem":"actions","description":"Multi-language coverage reporter for Codacy","homepage":null,"licenses":"other","normalized_licenses":["Other"],"repository_url":"https://github.com/codacy/codacy-coverage-reporter-action","keywords_array":[],"namespace":"codacy","versions_count":22,"first_release_published_at":"2020-03-11T10:57:02.000Z","latest_release_published_at":"2022-01-19T14:06:11.000Z","latest_release_number":"v1.3.0","last_synced_at":"2026-04-14T05:02:31.754Z","created_at":"2023-02-13T12:55:42.293Z","updated_at":"2026-04-14T05:02:31.754Z","registry_url":"https://github.com/codacy/codacy-coverage-reporter-action","install_command":null,"documentation_url":null,"metadata":{"name":"Codacy Coverage Reporter","description":"Multi-language coverage reporter for Codacy","branding":{"icon":"check","color":"gray-dark"},"inputs":{"project-token":{"required":false,"description":"API project token to retrieve your remote Codacy configuration for the project being analyzed"},"api-token":{"required":false,"description":"API account token to retrieve your remote Codacy configuration for the project being analyzed"},"coverage-reports":{"description":"Optional comma separated list of coverage reports to send to Codacy","required":false,"default":""},"language":{"description":"Optionally force associating a language with your coverage report","required":false},"force-coverage-parser":{"description":"Optionally force using a specific coverage report parser","required":false}},"runs":{"using":"composite","steps":[{"name":"Set Repository Variables","shell":"bash","run":"echo \"ORGANIZATION_PROVIDER=$(if [[ $GITHUB_SERVER_URL == \"https://github.com\" ]]; then echo \"gh\"; else echo \"ghe\"; fi)\" \u003e\u003e $GITHUB_ENV\necho \"OWNER_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 1)\" \u003e\u003e $GITHUB_ENV\necho \"REPOSITORY_NAME=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)\" \u003e\u003e $GITHUB_ENV\n"},{"name":"Run coverage-reporter","shell":"bash","run":"set -eux\n\nreport_list=''\n# comma separated list of report files\nif [ -n \"${{ inputs.coverage-reports }}\" ]; then report_list=\"${{ inputs.coverage-reports }}\"; fi\n\nIFS=','\nreport_array=$report_list\nparams=''\nfor report in $report_array\ndo\n    if [ ! -z \"$report\" ]\n    then\n        params=\"$params -r $report\"\n    fi\ndone\n\nauth=''\nif [ -n \"${{ inputs.api-token }}\" ]; then auth=\"--api-token ${{ inputs.api-token }} --organization-provider $ORGANIZATION_PROVIDER --username $OWNER_NAME --project-name $REPOSITORY_NAME\"; fi\nif [ -n \"${{ inputs.project-token }}\" ]; then auth=\"--project-token ${{ inputs.project-token }}\"; fi\nif [ -n \"${{ inputs.force-coverage-parser }}\" ]; then force_parser=\"--force-coverage-parser ${{ inputs.force-coverage-parser }}\"; else force_parser=\"\"; fi\nif [ -n \"${{ inputs.language }}\" ]; then lang=\"--language ${{ inputs.language }}\"; else lang=\"\"; fi\n\nbash \u003c(curl -Ls https://raw.githubusercontent.com/codacy/codacy-coverage-reporter/master/get.sh) report $lang $force_parser $auth $params --partial \u0026\u0026\\\nbash \u003c(curl -Ls https://raw.githubusercontent.com/codacy/codacy-coverage-reporter/master/get.sh) final $auth\n"}]},"default_branch":"master","path":null},"repo_metadata":{"id":43858952,"uuid":"246350707","full_name":"codacy/codacy-coverage-reporter-action","owner":"codacy","description":"GitHub Action for the codacy-coverage-reporter","archived":false,"fork":false,"pushed_at":"2024-08-16T13:26:24.000Z","size":121,"stargazers_count":59,"open_issues_count":9,"forks_count":16,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-08-28T15:05:10.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codacy.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-10T16:21:55.000Z","updated_at":"2025-08-27T13:21:05.000Z","dependencies_parsed_at":"2024-09-01T18:31:33.226Z","dependency_job_id":"d76e7f9e-bec0-48cf-b07c-a01529906222","html_url":"https://github.com/codacy/codacy-coverage-reporter-action","commit_stats":{"total_commits":45,"total_committers":14,"mean_commits":"3.2142857142857144","dds":0.7555555555555555,"last_synced_commit":"a38818475bb21847788496e9f0fddaa4e84955ba"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/sbom","scorecard":{"id":295394,"data":{"date":"2025-08-11","repo":{"name":"github.com/codacy/codacy-coverage-reporter-action","commit":"a38818475bb21847788496e9f0fddaa4e84955ba"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.5,"checks":[{"name":"Code-Review","score":7,"reason":"Found 13/18 approved changesets -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/codacy-coverage-reporter.yml:1","Warn: no topLevel permission defined: .github/workflows/comment_issue.yml:1","Warn: no topLevel permission defined: .github/workflows/create_issue.yml:1","Warn: no topLevel permission defined: .github/workflows/create_issue_on_label.yml:1","Warn: no topLevel permission defined: .github/workflows/publish-action.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codacy-coverage-reporter.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/codacy-coverage-reporter.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/comment_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:59: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/comment_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:70: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/comment_issue.yml:85: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/comment_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue_on_label.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue_on_label.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue_on_label.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/create_issue_on_label.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/create_issue_on_label.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-action.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/codacy/codacy-coverage-reporter-action/publish-action.yml/master?enable=pin","Info:   0 out of   8 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T19:22:11.207Z","repository_id":43858952,"created_at":"2025-08-17T19:22:11.207Z","updated_at":"2025-08-17T19:22:11.207Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272550392,"owners_count":24953719,"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-08-28T02:00:10.768Z","response_time":74,"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"},"owner_record":{"login":"codacy","name":"Codacy","uuid":"1834093","kind":"organization","description":"Codacy helps to build effortless code quality and security for developers. Build clean, secure code efficiently and fearlessly with Codacy.","email":"code@codacy.com","website":"https://www.codacy.com","location":"Portugal","twitter":"codacy","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1834093?v=4","repositories_count":156,"last_synced_at":"2025-08-28T09:47:16.397Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/codacy","funding_links":[],"total_stars":1587,"followers":204,"following":0,"created_at":"2022-11-04T06:14:37.523Z","updated_at":"2025-08-28T09:47:16.397Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codacy/repositories"},"tags":[{"name":"v1.3.0","sha":"89d6c85cfafaec52c72b6c5e8b2878d33104c699","kind":"commit","published_at":"2022-01-19T14:06:11.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.3.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.3.0","dependencies_parsed_at":"2023-05-31T11:55:36.937Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.3.0/manifests"},{"name":"v1.3","sha":"89d6c85cfafaec52c72b6c5e8b2878d33104c699","kind":"commit","published_at":"2022-01-19T14:06:11.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.3","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.3","dependencies_parsed_at":"2023-05-31T11:55:37.075Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.3/manifests"},{"name":"v1","sha":"89d6c85cfafaec52c72b6c5e8b2878d33104c699","kind":"commit","published_at":"2022-01-19T14:06:11.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1","dependencies_parsed_at":"2023-05-31T11:55:37.219Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1/manifests"},{"name":"v1.2","sha":"5866f8392b5c05cd680e2dee5ac75597020716b2","kind":"commit","published_at":"2022-01-06T10:18:37.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.2","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.2","dependencies_parsed_at":"2023-05-31T11:55:37.548Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.2/manifests"},{"name":"v1.2.0","sha":"5866f8392b5c05cd680e2dee5ac75597020716b2","kind":"commit","published_at":"2022-01-06T10:18:37.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.2.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.2.0","dependencies_parsed_at":"2023-05-31T11:55:37.328Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"31721d7c5d2357955879f3ecbae83bf199c16000","kind":"commit","published_at":"2021-08-13T15:59:54.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.1.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T11:55:37.704Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.1.0/manifests"},{"name":"v1.1","sha":"31721d7c5d2357955879f3ecbae83bf199c16000","kind":"commit","published_at":"2021-08-13T15:59:54.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.1","dependencies_parsed_at":"2023-05-31T11:55:37.821Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.1/manifests"},{"name":"v1.0","sha":"7f6973ee960ec2d617bc2b4e8224aaae69f85f76","kind":"commit","published_at":"2021-04-16T10:44:13.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.0","dependencies_parsed_at":"2023-05-31T11:55:38.682Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0/manifests"},{"name":"1.0.1","sha":"7f6973ee960ec2d617bc2b4e8224aaae69f85f76","kind":"commit","published_at":"2021-04-16T10:44:13.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/1.0.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/1.0.1","dependencies_parsed_at":"2023-05-31T11:55:37.953Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/1.0.1/manifests"},{"name":"v1.0.1","sha":"7f6973ee960ec2d617bc2b4e8224aaae69f85f76","kind":"commit","published_at":"2021-04-16T10:44:13.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.0.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T11:55:38.384Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"3f58b0e12285221110375dffef1150534700246b","kind":"commit","published_at":"2021-04-16T09:52:39.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v1.0.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T11:55:38.526Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v1.0.0/manifests"},{"name":"1.0.0","sha":"3f58b0e12285221110375dffef1150534700246b","kind":"commit","published_at":"2021-04-16T09:52:39.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/1.0.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/1.0.0","dependencies_parsed_at":"2023-05-31T11:55:38.089Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/1.0.0/manifests"},{"name":"v0","sha":"a532c8e8c9c765dc02e898b3bf7ce864a7df65fd","kind":"commit","published_at":"2020-08-21T08:22:44.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0","dependencies_parsed_at":"2023-05-31T11:55:40.058Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0/manifests"},{"name":"v0.2.1","sha":"a532c8e8c9c765dc02e898b3bf7ce864a7df65fd","kind":"commit","published_at":"2020-08-21T08:22:44.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0.2.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0.2.1","dependencies_parsed_at":"2023-05-31T11:55:39.362Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2.1/manifests"},{"name":"v0.2","sha":"a532c8e8c9c765dc02e898b3bf7ce864a7df65fd","kind":"commit","published_at":"2020-08-21T08:22:44.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0.2","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0.2","dependencies_parsed_at":"2023-05-31T11:55:39.712Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2/manifests"},{"name":"0.2.1","sha":"4311c74a3c7a5f0cb4eb3b2bfb1c8f76e2a60442","kind":"commit","published_at":"2020-08-21T08:22:18.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/0.2.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/0.2.1","dependencies_parsed_at":"2023-05-31T11:55:38.980Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"53ebfe140c89720a8234b8ea4fabaf6de5736092","kind":"commit","published_at":"2020-05-05T08:02:35.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/0.2.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/0.2.0","dependencies_parsed_at":"2023-05-31T11:55:40.358Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.2.0/manifests"},{"name":"v0.2.0","sha":"53ebfe140c89720a8234b8ea4fabaf6de5736092","kind":"commit","published_at":"2020-05-05T08:02:35.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0.2.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0.2.0","dependencies_parsed_at":"2023-05-31T11:55:40.737Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.2.0/manifests"},{"name":"0.1.1","sha":"6740b5df14576e7b61353f891ca7e6384a8c767d","kind":"commit","published_at":"2020-03-13T16:16:58.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/0.1.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T11:55:40.997Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.1.1/manifests"},{"name":"v0.1.1","sha":"6740b5df14576e7b61353f891ca7e6384a8c767d","kind":"commit","published_at":"2020-03-13T16:16:58.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0.1.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0.1.1","dependencies_parsed_at":"2023-05-31T11:55:41.326Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.1.1/manifests"},{"name":"v0.1","sha":"6740b5df14576e7b61353f891ca7e6384a8c767d","kind":"commit","published_at":"2020-03-13T16:16:58.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/v0.1","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/v0.1","dependencies_parsed_at":"2023-05-31T11:55:41.622Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@v0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/v0.1/manifests"},{"name":"0.1.0","sha":"8e5981921c1cb74f44462d7ded37f266af81979a","kind":"commit","published_at":"2020-03-11T10:57:02.000Z","download_url":"https://codeload.github.com/codacy/codacy-coverage-reporter-action/tar.gz/0.1.0","html_url":"https://github.com/codacy/codacy-coverage-reporter-action/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T11:55:42.033Z","dependency_job_id":null,"purl":"pkg:github/codacy/codacy-coverage-reporter-action@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2025-08-28T20:44:47.336Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":802,"rankings":{"downloads":null,"dependent_repos_count":1.0553002693709397,"dependent_packages_count":0.0,"stargazers_count":3.514498494691808,"forks_count":4.553953414672794,"docker_downloads_count":4.040564094438282,"average":2.632863254634765},"purl":"pkg:githubactions/codacy/codacy-coverage-reporter-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/codacy/codacy-coverage-reporter-action","docker_dependents_count":1,"docker_downloads_count":34,"usage_url":"https://repos.ecosyste.ms/usage/actions/codacy/codacy-coverage-reporter-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/codacy/codacy-coverage-reporter-action/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-28T20:44:47.071Z","issues_count":52,"pull_requests_count":54,"avg_time_to_close_issue":10965857.868421054,"avg_time_to_close_pull_request":1961702.075471698,"issues_closed_count":38,"pull_requests_closed_count":53,"pull_request_authors_count":21,"issue_authors_count":46,"avg_comments_per_issue":3.3076923076923075,"avg_comments_per_pull_request":1.0185185185185186,"merged_pull_requests_count":41,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":4,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":8.0,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":4,"past_year_avg_comments_per_issue":0.25,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/codacy%2Fcodacy-coverage-reporter-action/issues","maintainers":[{"login":"machadoit","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/machadoit"},{"login":"mrfyda","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mrfyda"},{"login":"prcr","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/prcr"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/codacy%2Fcodacy-coverage-reporter-action/codemeta","maintainers":[]}