{"id":20579305,"url":"https://github.com/alt3/convertto-modulebuilderjacoco","last_synced_at":"2026-06-08T05:31:11.538Z","repository":{"id":143201571,"uuid":"520496223","full_name":"alt3/ConvertTo-ModuleBuilderJacoco","owner":"alt3","description":"PowerShell module for converting Pester produced Jacoco code coverage files to ModuleBuilder compatible format.","archived":false,"fork":false,"pushed_at":"2022-08-12T09:37:52.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-06T11:46:03.790Z","etag":null,"topics":["codecov","codecoverage","jacoco","pester","powershell","powershell-module"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/alt3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-08-02T12:49:35.000Z","updated_at":"2022-08-12T10:13:42.000Z","dependencies_parsed_at":"2023-07-08T01:00:29.581Z","dependency_job_id":null,"html_url":"https://github.com/alt3/ConvertTo-ModuleBuilderJacoco","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alt3/ConvertTo-ModuleBuilderJacoco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt3%2FConvertTo-ModuleBuilderJacoco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt3%2FConvertTo-ModuleBuilderJacoco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt3%2FConvertTo-ModuleBuilderJacoco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt3%2FConvertTo-ModuleBuilderJacoco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alt3","download_url":"https://codeload.github.com/alt3/ConvertTo-ModuleBuilderJacoco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alt3%2FConvertTo-ModuleBuilderJacoco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34050225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["codecov","codecoverage","jacoco","pester","powershell","powershell-module"],"created_at":"2024-11-16T06:16:37.635Z","updated_at":"2026-06-08T05:31:11.512Z","avatar_url":"https://github.com/alt3.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConvertTo-ModuleBuilderJacoco\n\nPowerShell module for converting Pester produced Jacoco code coverage files to\n[ModuleBuilder](https://github.com/PoshCode/ModuleBuilder)\ncompatible format. \n\n### Installation\n\n```powershell\nInstall-Module -Name Alt3.ConvertTo-ModuleBuilderJacoco\n```\n\n### Usage\n\n```powershell\nConvertTo-ModuleBuilderJacoco -ModulePath ModuleBuilderModule.psm1 -InFile PesterCoverageResults.xml -OutFile ConvertedCoverageResults.xml\n```\n\n### HTML reports\n\n1. Install [danielpalme/ReportGenerator](https://github.com/danielpalme/ReportGenerator)\n2. Run:\n\n    ```powershell\n    ReportGenerator.exe -reports:ConvertedCoverageResults.xml -targetdir:.\\Dev\\reports -reporttypes:'Latex;Html' -sourcedirs:path-to-your-module-source-files\n    ```\n\n3. Open `.\\Dev\\reports\\index.html`\n\n### Good to know\n\n- Every covered ModuleBuilder source subfolder gets a correlating Jacoco `package` XML node\n- Every covered ModuleBuilder source file gets a correlating `class`, `method` and `sourcefile` XML node\n- Jacoco `counter` nodes are not recreated as they are not required for ReportGenerator, CodeCov, etc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falt3%2Fconvertto-modulebuilderjacoco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falt3%2Fconvertto-modulebuilderjacoco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falt3%2Fconvertto-modulebuilderjacoco/lists"}