Filter By

Package Types

Operating System

Categories

Trust Information

By: | 7,165 downloads | Last Updated: 3/18/2017 | Latest Version: 1.0.25

Create and upload code coverage data to Coveralls.io using Pester

By: | 5,515 downloads | Last Updated: 8/10/2018 | Latest Version: 1.0.1

Helper to use in CI to convert test coverage data emitted by https://github.com/pester/Pester to JSON that can be uploaded to https://codecov.io.

By: | 1,817 downloads | Last Updated: 9/28/2020 | Latest Version: 1.2.108

PSCoverage generates coverage data and sends it to coveralls.io

By: | 707 downloads | Last Updated: 8/30/2019 | Latest Version: 1.0.1

PowerShell module to publish Pester Code Coverage reports to Coveralls.io

By: | 132 downloads | Last Updated: 6/11/2026 | Latest Version: 2.0.0

Parse and format to LCOV your code coverage reports.

By: | 127 downloads | Last Updated: 6/22/2026 | Latest Version: 0.16.8

PowerShell module for UnitAutogen - auto-generated tSQLt unit tests with real branch coverage for SQL Server. Installs the framework AND the in-database (SQLCLR) predicate parser, runs generation and coverage, and exports Cobertura XML, JUnit XML, and HTML reports for Azure DevOps, GitHub Actions, Jenkins, GitLab CI, and SonarQube. The single C# pr... More info

By: | 0 downloads | Last Updated: 7/3/2026 | Latest Version: 0.1.0

Mutation testing for PowerShell. Injects small faults (flip -eq to -ne, $true to $false, N to N+1, drop -not) into your scripts using the PowerShell AST and reports how many your Pester suite catches - the metric line coverage cannot give you. Runs mutants in a throwaway sandbox so your source is never modified.