aws / aws-tools-for-powershell

The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
Apache License 2.0
236 stars 78 forks source link

Add public code coverage tracking #97

Closed tlindsay42 closed 2 years ago

tlindsay42 commented 4 years ago

Expected Behavior

Add public code coverage tracking.

Current Behavior

Code coverage is not publicly tracked.

Possible Solution

We could integrate with either codecov.io or coveralls.io, which offer free services for open source projects (examples: https://codecov.io/gh/PowerShell/PowerShell, https://coveralls.io/github/tlindsay42/ArmorPowerShell).

Context

We should add code coverage tracking. Measuring code coverage does not speak to quality of testing, but it helps earn trust by measuring quantity over time and providing visibility to untested code. This also helps improve code review workflow and will help us insist on the highest standards.

github-actions[bot] commented 2 years ago

We have noticed this issue has not recieved attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.