{"id":16252426,"url":"https://github.com/remarkablemark/setup-codeclimate","last_synced_at":"2025-04-08T12:42:18.083Z","repository":{"id":162727508,"uuid":"637202186","full_name":"remarkablemark/setup-codeclimate","owner":"remarkablemark","description":"⚙️ Set up GitHub Actions workflow with Code Climate test reporter","archived":false,"fork":false,"pushed_at":"2024-10-30T02:40:45.000Z","size":1525,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T05:08:43.240Z","etag":null,"topics":["action","cli","codeclimate","codeclimate-cli","codeclimate-coverage","codeclimate-report","github-action","github-actions","workflow"],"latest_commit_sha":null,"homepage":"https://b.remarkabl.org/setup-codeclimate","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/remarkablemark.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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},"funding":{"github":["remarkablemark"],"patreon":"remarkablemark","open_collective":null,"ko_fi":"remarkablemark","tidelift":null,"community_bridge":null,"liberapay":"remarkablemark","issuehunt":null,"otechie":null,"custom":["https://b.remarkabl.org/teespring"]}},"created_at":"2023-05-06T20:28:04.000Z","updated_at":"2024-10-30T02:40:45.000Z","dependencies_parsed_at":"2023-07-19T17:00:01.423Z","dependency_job_id":"ffce5982-6816-459d-b768-3ad042fcb9c3","html_url":"https://github.com/remarkablemark/setup-codeclimate","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":"remarkablemark/github-actions-setup-cli-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-codeclimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-codeclimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-codeclimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remarkablemark%2Fsetup-codeclimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remarkablemark","download_url":"https://codeload.github.com/remarkablemark/setup-codeclimate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247845897,"owners_count":21005923,"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":["action","cli","codeclimate","codeclimate-cli","codeclimate-coverage","codeclimate-report","github-action","github-actions","workflow"],"created_at":"2024-10-10T15:13:40.038Z","updated_at":"2025-04-08T12:42:18.060Z","avatar_url":"https://github.com/remarkablemark.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/codeclimate.png?size=200\" alt=\"Code Climate\"\u003e\n\u003c/p\u003e\n\n# setup-codeclimate\n\n[![version](https://badgen.net/github/release/remarkablemark/setup-codeclimate)](https://github.com/remarkablemark/setup-codeclimate/releases)\n[![build](https://github.com/remarkablemark/setup-codeclimate/actions/workflows/build.yml/badge.svg)](https://github.com/remarkablemark/setup-codeclimate/actions/workflows/build.yml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/41506f89fd7e38398c84/maintainability)](https://codeclimate.com/github/remarkablemark/setup-codeclimate/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/41506f89fd7e38398c84/test_coverage)](https://codeclimate.com/github/remarkablemark/setup-codeclimate/test_coverage)\n\n⚙️ Set up your GitHub Actions workflow with [Code Climate test reporter](https://github.com/codeclimate/test-reporter).\n\n## Quick Start\n\n```yaml\nname: test\non: push\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Setup Code Climate\n        uses: remarkablemark/setup-codeclimate@v2\n\n      - name: Run Test and Upload Coverage\n        run: |\n          cc-test-reporter before-build\n          # insert your test command here\n          cc-test-reporter after-build --exit-code $?\n        env:\n          CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}\n```\n\n## Usage\n\nSee [action.yml](action.yml)\n\n**Basic:**\n\n```yaml\n- uses: remarkablemark/setup-codeclimate@v2\n```\n\n**Example:**\n\n```yaml\n- uses: remarkablemark/setup-codeclimate@v2\n- run: |\n    cc-test-reporter before-build\n    npm test\n    cc-test-reporter after-build --exit-code $?\n  env:\n    CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}\n```\n\n## Inputs\n\n### `codeclimate-version`\n\n**Optional**: The Code Climate test reporter [version](https://github.com/codeclimate/test-reporter/releases). Defaults to `latest`:\n\n```yaml\n- uses: remarkablemark/setup-codeclimate@v2\n  with:\n    codeclimate-version: 0.11.1\n```\n\n### `cli-name`\n\n**Optional**: The Code Climate test reporter CLI name. Defaults to `cc-test-reporter`:\n\n```yaml\n- uses: remarkablemark/setup-codeclimate@v2\n  with:\n    cli-name: cc-test-reporter\n```\n\n## Examples\n\n- [remarkablemark/codeclimate-github-actions-examples](https://github.com/remarkablemark/codeclimate-github-actions-examples)\n\n## Contributions\n\n👋 Contributions are welcome!\n\n## License\n\n[MIT](LICENSE)\n","funding_links":["https://github.com/sponsors/remarkablemark","https://patreon.com/remarkablemark","https://ko-fi.com/remarkablemark","https://liberapay.com/remarkablemark","https://b.remarkabl.org/teespring"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fsetup-codeclimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremarkablemark%2Fsetup-codeclimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremarkablemark%2Fsetup-codeclimate/lists"}