{"id":17280813,"url":"https://github.com/lefou/mill-jacoco","last_synced_at":"2025-03-22T18:34:32.643Z","repository":{"id":42147557,"uuid":"417813262","full_name":"lefou/mill-jacoco","owner":"lefou","description":"Coverage Reporting for Mill","archived":false,"fork":false,"pushed_at":"2025-01-22T17:03:03.000Z","size":90,"stargazers_count":6,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T14:04:54.680Z","etag":null,"topics":["buildtool","coverage","jacoco","mill","mill-plugin","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lefou.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"lefou"}},"created_at":"2021-10-16T11:53:37.000Z","updated_at":"2025-01-22T17:03:08.000Z","dependencies_parsed_at":"2023-02-14T12:16:32.210Z","dependency_job_id":"15c02390-5e5b-468c-9bb5-c2602c276ed3","html_url":"https://github.com/lefou/mill-jacoco","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Fmill-jacoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Fmill-jacoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Fmill-jacoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lefou%2Fmill-jacoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lefou","download_url":"https://codeload.github.com/lefou/mill-jacoco/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245003675,"owners_count":20545644,"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":["buildtool","coverage","jacoco","mill","mill-plugin","scala"],"created_at":"2024-10-15T09:22:03.200Z","updated_at":"2025-03-22T18:34:32.385Z","avatar_url":"https://github.com/lefou.png","language":"Scala","funding_links":["https://github.com/sponsors/lefou"],"categories":[],"sub_categories":[],"readme":"= mill-jacoco - Coverage Reporting for Mill\n:version: 0.0.4\n:mill-platform: 0.11\n:mill-min-version: 0.9.7\n:java-package: de.tobiasroeser.mill.jacoco\n:project-home: https://github.com/lefou/mill-jacoco\n:toc:\n:toc-placement: preamble\n\nMill plugin to collect test coverage data with https://www.jacoco.org/jacoco/[JaCoCo] and generate reports.\n\n== Quickstart\n\nYou need at least Mill {mill-min-version} to use `mill-jacoco`.\n\nTo enable coverage data generation with JaCoCo, you need to add the `JacocoTestModule` to your tests.\n\n[source,scala,subs=\"attributes,verbatim\"]\n----\nimport mill._\nimport mill.scalalib._\nimport mill.define._\n\n// Load the plugin from Maven Central via ivy/coursier\nimport $ivy.`de.tototec::{java-package}::{version}`\nimport {java-package}.JacocoTestModule\n\nobject main extends JavaModule {\n  object test extends super.Tests with JacocoTestModule\n}\n----\n\nTo generate JaCoCo reports, run:\n\n[source,subs=\"attributes,verbatim\"]\n----\nmill {java-package}.Jacoco/jacocoReportFull\n----\n\n\n== Download\n\nYou can download binary releases from\nhttps://search.maven.org/artifact/de.tototec/{java-package}_mill{mill-platform}_2.13[Maven Central].\n\n\nPlease make sure to use the correct _mill platform suffix_ matching your used mill version.\n\n\n== License\n\nThis project is published under the https://www.apache.org/licenses/LICENSE-2.0[Apache License, Version 2.0].\n\n\n== About\n\nmill::\n  https://github.com/lihaoyi/mill[Mill] is a Scala-based open source build tool.\n  In my opinion the best build tool for the JVM.\n  It is fast, reliable and easy to understand.\n\nme::\n+\n--\nhttps://github.com/lefou/[I'm] a professional software developer and love to write and use open source software.\nI'm actively developing and maintaining mill as well as https://github.com/lefou?utf8=%E2%9C%93\u0026tab=repositories\u0026q=topic%3Amill\u0026type=\u0026language=[several mill plugins].\n\nIf you like my work, please star it on GitHub. You can also support me via https://github.com/sponsors/lefou[GitHub Sponsors].\n--\n\nContributing::\n  If you found a bug or have a feature request, please open a {project-home}/issues[new issue on GitHub].\n  I also accept {project-home}/pulls[pull requests on GitHub].\n\n\n== Releases / Changelog\n\n=== 0.0.4 - 2024-02-06\n\n* Better detect Mill test modules to exclude their files / classes from coverage reports. Requires at least Mill `0.11.7`.\n\n=== 0.0.3 - 2023-06-24\n\n* Support for Mill 0.11\n* Dependency updates\n\n=== 0.0.2 - 2022-04-12\n\n* Support for Mill 0.10\n\n=== 0.0.1 - 2021-10-16\n\n* Initial Release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefou%2Fmill-jacoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flefou%2Fmill-jacoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flefou%2Fmill-jacoco/lists"}