{"id":16567426,"url":"https://github.com/badgerati/pscoveralls","last_synced_at":"2026-06-10T07:31:23.107Z","repository":{"id":146596054,"uuid":"205248659","full_name":"Badgerati/PSCoveralls","owner":"Badgerati","description":"Cross-platform PowerShell module that allows you to publish Pester code coverage results to Coveralls.io","archived":false,"fork":false,"pushed_at":"2019-08-30T22:40:15.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-05T10:43:01.875Z","etag":null,"topics":["coverage","coveralls","cross-platform","powershell","tests"],"latest_commit_sha":null,"homepage":null,"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/Badgerati.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":"2019-08-29T20:52:29.000Z","updated_at":"2019-09-03T18:07:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"84481521-5a36-4f09-a03c-37acf80217b4","html_url":"https://github.com/Badgerati/PSCoveralls","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Badgerati/PSCoveralls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Badgerati%2FPSCoveralls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Badgerati%2FPSCoveralls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Badgerati%2FPSCoveralls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Badgerati%2FPSCoveralls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Badgerati","download_url":"https://codeload.github.com/Badgerati/PSCoveralls/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Badgerati%2FPSCoveralls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"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-10T02:00:07.152Z","response_time":89,"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":["coverage","coveralls","cross-platform","powershell","tests"],"created_at":"2024-10-11T21:06:33.679Z","updated_at":"2026-06-10T07:31:23.089Z","avatar_url":"https://github.com/Badgerati.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSCoveralls\n\n[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/Badgerati/PSCoveralls/master/LICENSE.txt)\n\nThis is a cross-platform PowerShell module that allows you to publish Pester code coverage results to Coveralls.io.\n\n## Example\n\nIn order to use this module, you will need Pester.\n\n1. The first step is to run your Pester tests, but using the `-CodeCoverage` switch:\n\n```powershell\n# you'll need the source files\n$srcFiles = (Get-ChildItem \"$($pwd)/src/*.ps1\" -Recurse -Force).FullName\n\n# then, run your pester tests\n$PesterReport = Invoke-Pester './tests' -CodeCoverage $srcFiles -PassThru\n```\n\n2. Once you have your report, you can then make a report for Coveralls.io\n\n```powershell\n$CoverallsReport = New-CoverallsReport -Coverage $PesterReport.CodeCoverage -ServiceName 'appveyor' -BranchName master\n```\n\n3. Finally, you can publish that report to Coveralls.io\n\n```powershell\nPublish-CoverallsReport -Report $CoverallsReport -ApiToken 'token'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadgerati%2Fpscoveralls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadgerati%2Fpscoveralls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadgerati%2Fpscoveralls/lists"}