{"id":15706568,"url":"https://github.com/joscha/codecov-buildkite-plugin","last_synced_at":"2025-05-12T14:27:33.636Z","repository":{"id":38312519,"uuid":"222606226","full_name":"joscha/codecov-buildkite-plugin","owner":"joscha","description":"A Buildkite plugin for codecov","archived":false,"fork":false,"pushed_at":"2025-05-09T18:52:08.000Z","size":148,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T14:27:21.661Z","etag":null,"topics":["bash","buildkite","buildkite-plugin","codecov","codecov-uploader","coverage","docker"],"latest_commit_sha":null,"homepage":"","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/joscha.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-11-19T04:11:45.000Z","updated_at":"2025-05-09T18:52:10.000Z","dependencies_parsed_at":"2023-01-29T23:15:53.199Z","dependency_job_id":"bc4b78f1-0639-4010-a4eb-844ec8a750b0","html_url":"https://github.com/joscha/codecov-buildkite-plugin","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fcodecov-buildkite-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fcodecov-buildkite-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fcodecov-buildkite-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joscha%2Fcodecov-buildkite-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joscha","download_url":"https://codeload.github.com/joscha/codecov-buildkite-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754486,"owners_count":21958871,"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":["bash","buildkite","buildkite-plugin","codecov","codecov-uploader","coverage","docker"],"created_at":"2024-10-03T20:24:23.356Z","updated_at":"2025-05-12T14:27:33.628Z","avatar_url":"https://github.com/joscha.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Codecov Buildkite Plugin\n\nAn [Buildkite plugin](https://buildkite.com/docs/agent/v3/plugins) for running [Codecov](https://docs.codecov.io/docs/testing-with-docker).\n\nIt contains a [post-command hook](hooks/command), and [tests](tests/command.bats) using [plugin-tester](https://github.com/buildkite-plugins/plugin-tester).\n\n## Example\n\n```yml\nsteps:\n  - plugins:\n      - joscha/codecov#v4.0.2: ~\n```\n\nThe shell option can be used to forward parameters to the codecov invocation.\n\n```yml\nsteps:\n  - plugins:\n      - joscha/codecov#v4.0.2:\n          args:\n            - \"-v\"\n            - \"-F my_flag\"\n```\n\nIn case you do not want to upload coverage results after a failed `command` step:\n\n```yml\nsteps:\n  - plugins:\n      - joscha/codecov#v4.0.2:\n          skip_on_fail: true\n```\n\nBy default it will download the PGP key from https://keybase.io/codecovsecurity/pgp_keys.asc and use that to verify the downloaded binary, but you can override the URL via:\n\n```yml\nsteps:\n  - plugins:\n      - joscha/codecov#v4.0.2:\n          pgp_public_key_url: https://url/to/pgp_keys.asc\n```\n\nHint: Use `pgp_public_key_url: ''` to use the [bundled](./pgp_keys.asc) PGP key.\n\nHere's a complete example:\n\n```yml\nsteps:\n  - plugins:\n    joscha/codecov#v4.0.2:\n      skip_on_fail: true\n      args:\n        - \"--auto-load-params-from=Buildkite\"\n        - \"--verbose\"\n        - \"upload-process\"\n        - \"-F $$BUILDKITE_JOB_ID\" # $$ if you have parallel steps (to get the runtime value) otherwise $\n        - \"-r $BUILDKITE_ORGANIZATION_SLUG/$BUILDKITE_PIPELINE_NAME\"\n        - \"--git-service=$BUILDKITE_PIPELINE_PROVIDER\"\n      docker_image: \"public.ecr.aws/docker/library/buildpack-deps:noble-scm\"\n      cli_version: v0.7.5\n```\n\n## Tests\n\nTo run the tests of this plugin, run\n\n```sh\ndocker compose run --rm tests\n```\n\n## License\n\nMIT (see [LICENSE](LICENSE))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoscha%2Fcodecov-buildkite-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoscha%2Fcodecov-buildkite-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoscha%2Fcodecov-buildkite-plugin/lists"}