{"id":20414486,"url":"https://github.com/codecov/example-clojure","last_synced_at":"2025-07-06T01:39:17.968Z","repository":{"id":32773801,"uuid":"36365442","full_name":"codecov/example-clojure","owner":"codecov","description":"Example Clojure integration with Codecov","archived":false,"fork":false,"pushed_at":"2024-11-13T19:26:14.000Z","size":21,"stargazers_count":14,"open_issues_count":0,"forks_count":6,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-11-13T20:26:47.108Z","etag":null,"topics":["clojure","coverage"],"latest_commit_sha":null,"homepage":"https://codecov.io","language":"Clojure","has_issues":false,"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/codecov.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}},"created_at":"2015-05-27T12:30:22.000Z","updated_at":"2024-08-02T15:39:24.000Z","dependencies_parsed_at":"2024-11-13T20:22:34.713Z","dependency_job_id":"79480a4f-e2f8-4223-af30-ade75276595d","html_url":"https://github.com/codecov/example-clojure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecov%2Fexample-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecov","download_url":"https://codeload.github.com/codecov/example-clojure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224737104,"owners_count":17361345,"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":["clojure","coverage"],"created_at":"2024-11-15T06:10:18.569Z","updated_at":"2024-11-15T06:10:19.181Z","avatar_url":"https://github.com/codecov.png","language":"Clojure","readme":"# [Codecov][1] Clojure example\n\n[![Build Status](https://github.com/codecov/example-clojure/actions/workflows/ci.yml/badge.svg)]\n[![codecov.io](https://codecov.io/github/codecov/example-clojure/coverage.svg?branch=master)](https://codecov.io/github/codecov/example-clojure?branch=master)\n\n## Guide\n### GitHub Actions Step\nAdd to your workflows file.\n```yml\n  - name: Upload to Codecov (Action)\n    uses: codecov/codecov-action@v2\n    with:\n      token: {{ token }}\n```\nor\n```yml\n  - name: Upload to Codecov (Uploader)\n    run: |\n      curl -Os https://uploader.codecov.io/latest/linux/codecov\n      chmod +x codecov\n      ./codecov -t {{ token }}\n```\n### Producing Coverage Reports\n\u003e Add to your `project.clj`\n\n```clojure\n:plugins [[lein-cloverage \"1.1.1\"]]\n```\n\n```\nCLOVERAGE_VERSION=1.1.1 lein cloverage --codecov\n```\n\nThis uses [cloverage with the @dlobue's codecov.io reporter](https://github.com/lshift/cloverage/pull/78).\n\n1. More documentation at https://docs.codecov.io\n2. Configure codecov through the `codecov.yml`  https://docs.codecov.io/docs/codecov-yaml\n\n## License\n\nMIT.\n\nOriginally authored by [Jakub Elżbieciak](https://elzbieciak.pl/).\n\nWe are happy to help if you have any questions. Please contact email our Support at [support@codecov.io](mailto:support@codecov.io)\n\n[1]: https://codecov.io/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fexample-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecov%2Fexample-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecov%2Fexample-clojure/lists"}