vexx32 / PSKoans

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
GNU General Public License v3.0
1.72k stars 176 forks source link

Update Invoke-Pester to use currently supported Configuration #476

Closed beau-witter closed 1 year ago

beau-witter commented 1 year ago

This is how we enable code coverage correctly. With help from: https://pester.dev/docs/commands/Invoke-Pester#-ci

PR Summary

Attempts to fix failing Azure DevOps CI build (they are timing out).

Context

No particular context, see failing Azure DevOps pr builds.

Changes

Checklist