{"id":17335888,"url":"https://github.com/malinskiy/danger-jacoco","last_synced_at":"2025-08-20T01:32:07.988Z","repository":{"id":44933778,"uuid":"75172057","full_name":"Malinskiy/danger-jacoco","owner":"Malinskiy","description":"danger plugin to check against jacoco xml reports","archived":false,"fork":false,"pushed_at":"2023-08-14T15:47:52.000Z","size":78,"stargazers_count":20,"open_issues_count":8,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T20:21:04.877Z","etag":null,"topics":["codecoverage","continuous-integration","coverage","coverage-report","coverage-testing","danger","danger-jacoco","jacoco","static-analysis","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Malinskiy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"malinskiy"}},"created_at":"2016-11-30T09:32:04.000Z","updated_at":"2025-06-13T08:45:21.000Z","dependencies_parsed_at":"2024-06-20T21:59:12.574Z","dependency_job_id":"02fc6087-7cf3-4e37-b9d3-1ce0be4532cf","html_url":"https://github.com/Malinskiy/danger-jacoco","commit_stats":{"total_commits":57,"total_committers":12,"mean_commits":4.75,"dds":0.5789473684210527,"last_synced_commit":"3fa4631745cb2bcccfe6565cf36611d92977963b"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Malinskiy/danger-jacoco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malinskiy%2Fdanger-jacoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malinskiy%2Fdanger-jacoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malinskiy%2Fdanger-jacoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malinskiy%2Fdanger-jacoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Malinskiy","download_url":"https://codeload.github.com/Malinskiy/danger-jacoco/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malinskiy%2Fdanger-jacoco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271252409,"owners_count":24726910,"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-08-19T02:00:09.176Z","response_time":63,"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":["codecoverage","continuous-integration","coverage","coverage-report","coverage-testing","danger","danger-jacoco","jacoco","static-analysis","testing","testing-tools"],"created_at":"2024-10-15T15:12:39.296Z","updated_at":"2025-08-20T01:32:07.742Z","avatar_url":"https://github.com/Malinskiy.png","language":"Ruby","funding_links":["https://github.com/sponsors/malinskiy"],"categories":[],"sub_categories":[],"readme":"# danger-jacoco\n\n**danger-jacoco** is the [Danger](https://github.com/danger/danger) plugin of \nto validate the code coverage of the files changed\n\n## Installation\n\n```\nsudo gem install danger-jacoco\n```\n\n## Usage\n\nAdd \n\n```ruby\njacoco.minimum_project_coverage_percentage = 50 # default 0\njacoco.minimum_package_coverage_map = { # optional (default is empty)\n  'com/package/' =\u003e 55,\n  'com/package/more/specific/' =\u003e 15\n}\njacoco.minimum_class_coverage_map = { # optional (default is empty)\n  'com/package/more/specific/ClassName' =\u003e 15\n}\njacoco.minimum_class_coverage_percentage = 75 # default 0\njacoco.files_extension = [\".java\"] # default [\".kt\", \".java\"]\njacoco.report(\"path/to/jacoco.xml\", \"http://jacoco-html-reports/\")\n```\n\nto your `Dangerfile` \n\n## Development\n\n1. Clone this repo\n2. Run `bundle install` to setup dependencies.\n3. Run `bundle exec rake spec` to run the tests.\n4. Use `bundle exec guard` to automatically have tests run as you make changes.\n5. Make your changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalinskiy%2Fdanger-jacoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalinskiy%2Fdanger-jacoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalinskiy%2Fdanger-jacoco/lists"}