{"id":20571302,"url":"https://github.com/fluent-ci-templates/codecov-pipeline","last_synced_at":"2026-05-15T18:02:30.304Z","repository":{"id":187910907,"uuid":"670883289","full_name":"fluent-ci-templates/codecov-pipeline","owner":"fluent-ci-templates","description":"A ready-to-use CI/CD Pipeline that uploads coverage to Codecov ☂️","archived":false,"fork":false,"pushed_at":"2024-08-11T11:13:06.000Z","size":229,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T09:58:31.296Z","etag":null,"topics":["cicd","codecov","dagger","deno","pipeline","typescript"],"latest_commit_sha":null,"homepage":"","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/fluent-ci-templates.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2023-07-26T04:01:59.000Z","updated_at":"2024-08-11T11:10:32.000Z","dependencies_parsed_at":"2023-08-12T18:20:43.999Z","dependency_job_id":"5dca2343-b369-487e-9e16-d097ec6dbea1","html_url":"https://github.com/fluent-ci-templates/codecov-pipeline","commit_stats":null,"previous_names":["fluent-ci-templates/codecov-pipeline"],"tags_count":33,"template":true,"template_full_name":null,"purl":"pkg:github/fluent-ci-templates/codecov-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fcodecov-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fcodecov-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fcodecov-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fcodecov-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluent-ci-templates","download_url":"https://codeload.github.com/fluent-ci-templates/codecov-pipeline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluent-ci-templates%2Fcodecov-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283159050,"owners_count":26788985,"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-11-07T02:00:06.343Z","response_time":61,"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"}},"keywords":["cicd","codecov","dagger","deno","pipeline","typescript"],"created_at":"2024-11-16T05:15:47.026Z","updated_at":"2025-11-07T09:03:28.516Z","avatar_url":"https://github.com/fluent-ci-templates.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Codecov Pipeline\n\n[![fluentci pipeline](https://shield.fluentci.io/x/codecov_pipeline)](https://pkg.fluentci.io/codecov_pipeline)\n[![deno module](https://shield.deno.dev/x/codecov_pipeline)](https://deno.land/x/codecov_pipeline)\n![deno compatibility](https://shield.deno.dev/deno/^1.41)\n[![dagger-min-version](https://shield.fluentci.io/dagger/v0.11.7)](https://dagger.io)\n[![](https://jsr.io/badges/@fluentci/codecov)](https://jsr.io/@fluentci/codecov)\n[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/codecov-pipeline)](https://codecov.io/gh/fluent-ci-templates/codecov-pipeline)\n\nA ready-to-use CI/CD Pipeline that uploads coverage to [Codecov](https://about.codecov.io/) ☂️.\n\n![Made with VHS](https://vhs.charm.sh/vhs-bEdRHI7ddO3h0UffaWJWd.gif)\n\n## 🚀 Usage\n\nRun the following command:\n\n```bash\nfluentci run codecov_pipeline\n```\n\n## 🧩 Dagger Module\n\nUse as a [Dagger](https://dagger.io) Module:\n\n```bash\ndagger install github.com/fluent-ci-templates/codecov-pipeline@main\n```\n\nCall `upload` function with the following command:\n\n```bash\ndagger call upload --src . --token CODECOV_TOKEN\n```\n\n## 🛠️ Environment Variables\n\n| Variable      | Description         | Usage    |\n|---------------|---------------------|----------|\n| CODECOV_TOKEN | Your Codecov token. | Required |\n| CODECOV_URL   | Your Codecov URL.   | Optional |\n| COVERAGE_FILE | Your coverage file. | Optional |\n\n## ✨ Jobs\n\n| Job     | Description                      |\n|---------|----------------------------------|\n| upload  | Uploads coverage to Codecov.     |\n\n```typescript\nupload(\n  src: string | Directory,\n  token: string | Secret\n): Promise\u003cstring\u003e\n```\n\n## 👨‍💻 Programmatic usage\n\nYou can also use this pipeline programmatically:\n\n```typescript\nimport { upload } from \"jsr:@fluentci/codecov\";\n\nawait upload();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fcodecov-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluent-ci-templates%2Fcodecov-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluent-ci-templates%2Fcodecov-pipeline/lists"}