{"id":21731777,"url":"https://github.com/evref-bl/atomiccoverageanalyzer-java","last_synced_at":"2026-05-21T14:15:10.191Z","repository":{"id":225867080,"uuid":"767067170","full_name":"Evref-BL/AtomicCoverageAnalyzer-Java","owner":"Evref-BL","description":"Determine the coverage of each test method using JUnit and JaCoCo.","archived":false,"fork":false,"pushed_at":"2024-05-27T14:52:00.000Z","size":275,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T23:43:14.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/Evref-BL.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T16:39:07.000Z","updated_at":"2024-05-27T14:52:04.000Z","dependencies_parsed_at":"2024-03-04T19:09:21.849Z","dependency_job_id":null,"html_url":"https://github.com/Evref-BL/AtomicCoverageAnalyzer-Java","commit_stats":null,"previous_names":["evref-bl/atomiccoverageanalyzer-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Evref-BL/AtomicCoverageAnalyzer-Java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FAtomicCoverageAnalyzer-Java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FAtomicCoverageAnalyzer-Java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FAtomicCoverageAnalyzer-Java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FAtomicCoverageAnalyzer-Java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evref-BL","download_url":"https://codeload.github.com/Evref-BL/AtomicCoverageAnalyzer-Java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FAtomicCoverageAnalyzer-Java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33303302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: 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":[],"created_at":"2024-11-26T04:27:22.021Z","updated_at":"2026-05-21T14:15:10.167Z","avatar_url":"https://github.com/Evref-BL.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Atomic Coverage Analyzer for Java\n\nDetermine the coverage of each test method with [JUnit 4](https://junit.org/junit4/) and [JaCoCo](https://www.jacoco.org/).  \nRun JUnit cases or suites, get a JaCoCo execution data file (.exec) for each test method.\n\n\u003e [!NOTE]\n\u003e This is developed as part of the [Modest](https://github.com/Evref-BL/Modest) project in order to optimize generated test suites.  \n\u003e However, it is applicable to any Java project.\n\n## Usage\n\nThe analyzer is both an executable and an agent.  \nIt must be run with the `-classpath` option, and its value must contain the classpath of the project to be analyzed.  \nIt takes as arguments:\n- `outpath`, path to an output directory where the exec files will be generated.\n- `tests`, list of fully qualified test case/suite names.\n\n```sh\njava \\\n  -javaagent:atomic-coverage-analyzer.jar \\\n  -classpath atomic-coverage-analyzer.jar:\u003cclasspath\u003e \\\n  fr.evref.modest.AtomicCoverageAnalyzer \\\n  \u003coutpath\u003e \u003ctests...\u003e\n```\n\n\u003e [!IMPORTANT]\n\u003e The classpath is needed to find the classes in the project to analyze.\n\u003e This means that the `-jar` option cannot be used to run this program.\n\u003e From the [documentation](https://docs.oracle.com/javase/7/docs/technotes/tools/solaris/java.html):\n\u003e\u003e When you use this option, the JAR file is the source of all user classes, and other user class path settings are ignored.\n\n## Build\n\nUsing Maven:\n```sh\nmvn clean install\n```\nThe generated jar can be found in the `target` folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fatomiccoverageanalyzer-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevref-bl%2Fatomiccoverageanalyzer-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fatomiccoverageanalyzer-java/lists"}