CrayonGroup / CloudiQ.PowerShell

A PowerShell module for managing Cloud-iQ, to help automate licensing and reporting.
https://crayongroup.github.io/CloudiQ.PowerShell/
GNU General Public License v3.0
4 stars 0 forks source link

Add CodeCov to help estimate test coverage #3

Closed roberthstrand closed 3 years ago

roberthstrand commented 3 years ago

Pester supports exporting code coverage in a way that is compatible with the service CodeCov. Since they offer a free solution to visualize how much of the code that has been tested, it's an easy sell. It's fairly easy to set up and can be automated through actions.