MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
445 stars 155 forks source link

Enabling code coverage #346

Closed DarqueWarrior closed 4 years ago

DarqueWarrior commented 4 years ago

PR Summary

Testing the impact of code coverage on build.

PR Checklist

SebastianSchuetze commented 4 years ago

I tested it with Pester 5 before in another branch also with macOS and Linux with code coverage. It didn't do enough in performance. I still think the parallelization of unit tests with Pester is currently the only way to speed up code coverage.

DarqueWarrior commented 4 years ago

I agree. I think we should close the other PR about code coverage. We are limited by the tech. My unit tests have been running for over 25 mins now.