{"id":13665248,"url":"https://github.com/sbt/sbt-jacoco","last_synced_at":"2025-12-17T20:58:36.893Z","repository":{"id":899997,"uuid":"13703425","full_name":"sbt/sbt-jacoco","owner":"sbt","description":"an sbt plugin for JaCoCo Code Coverage","archived":false,"fork":false,"pushed_at":"2025-03-12T11:54:59.000Z","size":1860,"stargazers_count":123,"open_issues_count":47,"forks_count":67,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-28T06:09:37.412Z","etag":null,"topics":["coverage","jacoco","sbt","sbt-plugin","scala"],"latest_commit_sha":null,"homepage":"https://scala-sbt.org/sbt-jacoco/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/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":"2013-10-19T15:32:38.000Z","updated_at":"2025-03-12T11:55:03.000Z","dependencies_parsed_at":"2023-07-06T01:53:52.875Z","dependency_job_id":"cab9c26b-3f0f-4feb-9328-a50da7633c8e","html_url":"https://github.com/sbt/sbt-jacoco","commit_stats":{"total_commits":405,"total_committers":29,"mean_commits":13.96551724137931,"dds":0.6320987654320988,"last_synced_commit":"1d846de2135589fcf9579bb8571cc396a2af63fd"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-jacoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-jacoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-jacoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-jacoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbt","download_url":"https://codeload.github.com/sbt/sbt-jacoco/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135144,"owners_count":20889421,"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":["coverage","jacoco","sbt","sbt-plugin","scala"],"created_at":"2024-08-02T06:00:30.740Z","updated_at":"2025-12-17T20:58:36.888Z","avatar_url":"https://github.com/sbt.png","language":"Scala","funding_links":[],"categories":["TEST \u0026 QA","Scala"],"sub_categories":[],"readme":"# sbt-jacoco - Code Coverage via JaCoCo in sbt\n\n[![Build Status](https://github.com/sbt/sbt-jacoco/workflows/CI/badge.svg)](https://github.com/sbt/sbt-jacoco/actions?workflow=CI)\n[![Release Status](https://github.com/sbt/sbt-jacoco/workflows/Release/badge.svg)](https://github.com/sbt/sbt-jacoco/actions?workflow=Release)\n[![SBT 1.0 version](https://img.shields.io/maven-central/v/com.github.sbt/sbt-jacoco_2.12_1.0)](https://repo1.maven.org/maven2/com/github/sbt/sbt-jacoco_2.12_1.0/)\n\nThis is an [sbt](http://scala-sbt.org/) plugin for code coverage analysis via [JaCoCo](http://www.eclemma.org/jacoco/).\nSupports uploading results to [Coveralls](https://coveralls.io), [Codecov](https://codecov.io) and [Codacy](https://www.codacy.com/).\n\nInstall the plugin by adding the following to `project/plugins.sbt`:\n\n```scala\naddSbtPlugin(\"com.github.sbt\" % \"sbt-jacoco\" % \"\u003cversion\u003e\")\n```\n\nAnd then execute the plugin with `sbt jacoco`. This will instrument and run the unit tests and output the coverage\nmetrics:\n\n```\n[info] ------- Jacoco Coverage Report --------\n[info]\n[info] Lines: 66.67% (\u003e= required 0.0%) covered, 2 of 6 missed, OK\n[info] Instructions: 83.54% (\u003e= required 0.0%) covered, 13 of 79 missed, OK\n[info] Branches: 0% (\u003e= required 0.0%) covered, 0 of 0 missed, OK\n[info] Methods: 57.14% (\u003e= required 0.0%) covered, 3 of 7 missed, OK\n[info] Complexity: 57.14% (\u003e= required 0.0%) covered, 3 of 7 missed, OK\n[info] Class: 50% (\u003e= required 0.0%) covered, 2 of 4 missed, OK\n[info]\n[info] Check /home/example/jacoco-test/target/scala-2.11/jacoco/report for detailed report\n```\n\nA detailed HTML report will also be generated in the directory shown that includes line level details of coverage.\n\nSee the [docs](http://scala-sbt.org/sbt-jacoco) for details on configuration options.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-jacoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbt%2Fsbt-jacoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-jacoco/lists"}