{"id":15337875,"url":"https://github.com/khmarbaise/example-jacoco","last_synced_at":"2026-03-06T16:03:37.970Z","repository":{"id":203806337,"uuid":"710453022","full_name":"khmarbaise/example-jacoco","owner":"khmarbaise","description":"Example Project to setup JaCoCo","archived":false,"fork":false,"pushed_at":"2024-10-07T19:43:41.000Z","size":88,"stargazers_count":8,"open_issues_count":6,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-15T03:31:53.842Z","etag":null,"topics":["integrationtesting","jacoco-plugin","maven","maven-4","maven-plugins","unittesting"],"latest_commit_sha":null,"homepage":"https://blog.soebes.io/posts/2023/10/2023-10-26-maven-jacoco-configuration/","language":"Java","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/khmarbaise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"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,"zenodo":null}},"created_at":"2023-10-26T18:11:19.000Z","updated_at":"2024-09-25T15:01:31.000Z","dependencies_parsed_at":"2024-01-08T20:30:19.639Z","dependency_job_id":"1f65dd55-346b-4eeb-ad82-ce47cbac9668","html_url":"https://github.com/khmarbaise/example-jacoco","commit_stats":null,"previous_names":["khmarbaise/example-jacoco"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/khmarbaise/example-jacoco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khmarbaise%2Fexample-jacoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khmarbaise%2Fexample-jacoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khmarbaise%2Fexample-jacoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khmarbaise%2Fexample-jacoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khmarbaise","download_url":"https://codeload.github.com/khmarbaise/example-jacoco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khmarbaise%2Fexample-jacoco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30184885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["integrationtesting","jacoco-plugin","maven","maven-4","maven-plugins","unittesting"],"created_at":"2024-10-01T10:23:32.151Z","updated_at":"2026-03-06T16:03:37.946Z","avatar_url":"https://github.com/khmarbaise.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!---\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\n# JaCoCo Example\n\nThis example project is related to a [blog article](https://blog.soebes.io/posts/2023/10/2023-10-26-maven-jacoco-configuration/)\nwhich describes the configuration to use JaCoCo in your [Apache Maven project][apache-maven].\n\nAlso you can find the article on https://khmarbaise.medium.com/apache-maven-jacoco-configuration-ea3cb592159f\n\n## Requirements\n\n* JDK21+\n* Apache Maven 3.8+ (also Maven 4.0.0-alpha-12+ supported).\n\nThe given code example can easily being changed to work with JDK version less than 17,\nbecause you can simply replace the given `record` in the example with a usual \nfinal class implemented in the classical way. \n\n## JaCoCo Report\n\nTo create a full JaCoCo coverage report you could start via:\n\n```bash\nmvn clean verify\n```\n\nCreating a report which covers only the unit tests can be achieved by:\n\n```bash\nmvn clean verify -DskipITs\n```\n\nIf you like to have the integration test reports only:\n\n```bash\nmvn clean verify -DskipUTs\n```\n\n\n[apache-maven]: https://maven.apache.org","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhmarbaise%2Fexample-jacoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhmarbaise%2Fexample-jacoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhmarbaise%2Fexample-jacoco/lists"}