{"id":20827975,"url":"https://github.com/esafirm/jacoco-essence","last_synced_at":"2026-02-28T04:10:14.075Z","repository":{"id":53464846,"uuid":"214617481","full_name":"esafirm/jacoco-essence","owner":"esafirm","description":"Tool to extract Jacoco data for CI usage or anything else","archived":false,"fork":false,"pushed_at":"2023-01-09T22:31:10.000Z","size":236,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T21:06:20.474Z","etag":null,"topics":["ci","cicd","coverage","coverage-repo","danger","jacoco"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/esafirm.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}},"created_at":"2019-10-12T09:20:22.000Z","updated_at":"2019-10-30T12:59:42.000Z","dependencies_parsed_at":"2023-02-08T15:00:43.810Z","dependency_job_id":null,"html_url":"https://github.com/esafirm/jacoco-essence","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/esafirm/jacoco-essence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esafirm%2Fjacoco-essence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esafirm%2Fjacoco-essence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esafirm%2Fjacoco-essence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esafirm%2Fjacoco-essence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esafirm","download_url":"https://codeload.github.com/esafirm/jacoco-essence/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esafirm%2Fjacoco-essence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29924720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"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":["ci","cicd","coverage","coverage-repo","danger","jacoco"],"created_at":"2024-11-17T23:13:30.331Z","updated_at":"2026-02-28T04:10:14.047Z","avatar_url":"https://github.com/esafirm.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jacoco Essence\n\nA tool to extract Jacoco result such as total project coverage or class by class coverage for CI/CD usages or anything you want.\n\n## Build \u0026 Test\n\nTo build the jar simply run\n\n```bash\n./gradlew fatJar\n```\n\nThe jar will be located on `build/libs` directory.\n\nTo run the test use\n\n```bash\n./gradlew test\n```\n\n## Usage\n\nYou must specify where the `jacoco.xml` path in `--input`\n\nExample:\n\n```bash\njava -jar ./jacoco-essence-1.0-SNAPSHOT.jar --input=src/test/resources/jacoco.xml\n```\n\n### Specify files to check\n\nBy default `jacoco-essence` will running git diff to `master` branch.\nTo change the destination you can specify the branch with `--dest`\n\n```bash\njava -jar ./jacoco-essence-1.0-SNAPSHOT.jar --input=src/test/resources/jacoco.xml --dest=develop --min=75\n```\n\n`jacoco-essence` also can take the affected files list with `git diff --name-only` format, like this\n\n```bash\nsrc/main/ClassToTest.kt\nsrc/main/SomeProcessor.kt\n```\n\nYou can specify the diff data by passing `--diff` parameter. This is also helpful if your CI environment already have the data\n\n```bash\njava -jar ./jacoco-essence-1.0-SNAPSHOT.jar --input=src/test/resources/jacoco.xml --diff=$GIT_FILES\n```\n\n## License\n\nMIT @ Esa Firman\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesafirm%2Fjacoco-essence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesafirm%2Fjacoco-essence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesafirm%2Fjacoco-essence/lists"}